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 class
PropertyImpl.PropertyBuilderImpl
Implementation of theProperty.PropertyBuilder
interface.Methods in org.refcodes.struct that return Property.PropertyBuilder Modifier and Type Method Description default Property.PropertyBuilder
Property.PropertyBuilder. withKey(String aKey)
With key.default Property.PropertyBuilder
Property.PropertyBuilder. withValue(String aValue)
With value.
-