Class PropertyBuilder

All Implemented Interfaces:
Builder<Property>, Visitable<PropertyBuilder>, VisitableBuilder<Property,PropertyBuilder>

public class PropertyBuilder extends PropertyFluent<PropertyBuilder> implements VisitableBuilder<Property,PropertyBuilder>
  • Constructor Details

    • PropertyBuilder

      public PropertyBuilder()
    • PropertyBuilder

      public PropertyBuilder(PropertyFluent<?> fluent)
    • PropertyBuilder

      public PropertyBuilder(Property instance)
    • PropertyBuilder

      public PropertyBuilder(PropertyFluent<?> fluent, Property instance)
  • Method Details