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