Uses of Interface
org.refcodes.struct.Property.PropertyBuilder
-
-
Uses of Property.PropertyBuilder in org.refcodes.struct
Classes in org.refcodes.struct that implement Property.PropertyBuilder Modifier and Type Class Description static classPropertyImpl.PropertyBuilderImplImplementation of theProperty.PropertyBuilderinterface.Methods in org.refcodes.struct that return Property.PropertyBuilder Modifier and Type Method Description default Property.PropertyBuilderProperty.PropertyBuilder. withKey(String aKey)With key.default Property.PropertyBuilderProperty.PropertyBuilder. withValue(String aValue)With value.
-