Uses of Interface
org.refcodes.structure.Property
-
-
Uses of Property in org.refcodes.structure
Subinterfaces of Property in org.refcodes.structure Modifier and Type Interface Description static interfaceProperty.PropertyBuilderAdds builder functionality to aProperty.Classes in org.refcodes.structure that implement Property Modifier and Type Class Description classPropertyImplImplementation of thePropertyinterface.static classPropertyImpl.PropertyBuilderImplImplementation of theProperty.PropertyBuilderinterface.Methods in org.refcodes.structure with parameters of type Property Modifier and Type Method Description default java.lang.StringPropertiesAccessorMixin.PropertiesMutatorMixin. put(Property aProperty)Puts the key/value-pair from the providedProperty.default TPropertiesAccessorMixin.PropertiesBuilderMixin. withPut(Property aProperty)With put.
-