Interface DefaultPropertyBuilders

  • All Known Subinterfaces:
    EntityPropertyBuilders
    All Known Implementing Classes:
    PropertyBuilders

    public interface DefaultPropertyBuilders
    Interface for a factory of PropertyBuilders and properties. May optionally implement one of the following features:
    • Consumer<[Writable]Property<?>> to receive any property that has been created.
    • Function<String, [Writable]Property<?>> to provide tweaked or already existing properties.
    Since:
    1.0.0