Uses of Interface
org.refcodes.struct.Attribute.AttributeBuilder
-
-
Uses of Attribute.AttributeBuilder in org.refcodes.struct
Classes in org.refcodes.struct that implement Attribute.AttributeBuilder Modifier and Type Class Description static classAttributeImpl.AttributeBuilderImplImplementation of theProperty.PropertyBuilderinterface.Methods in org.refcodes.struct that return Attribute.AttributeBuilder Modifier and Type Method Description default Attribute.AttributeBuilderAttribute.AttributeBuilder. withKey(String aKey)With key.default Attribute.AttributeBuilderAttribute.AttributeBuilder. withValue(Object aValue)With value.
-