Class AbstractDynamicOrderPropertyBuilder
java.lang.Object
generation.builders.AbstractPropertyBuilder
generation.builders.AbstractDynamicOrderPropertyBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface generation.builders.Writeable
Writeable.ListProperty<T>, Writeable.Property<T>, Writeable.WriteableProperty<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractDynamicOrderPropertyBuilder
(String string, BiFunction<String, String, String> biFunction) -
Method Summary
Methods inherited from class generation.builders.AbstractPropertyBuilder
get, getName, write
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface generation.builders.Writeable
formatFloat, fromArray, indent, stream, writeBlockEnd, writeBlockStart, writeKeyValue, writeProperties, writeValue
-
Constructor Details
-
AbstractDynamicOrderPropertyBuilder
public AbstractDynamicOrderPropertyBuilder() -
AbstractDynamicOrderPropertyBuilder
-
AbstractDynamicOrderPropertyBuilder
public AbstractDynamicOrderPropertyBuilder(String string, BiFunction<String, String, String> biFunction)
-