Uses of Class
no.digipost.util.Attribute
-
Packages that use Attribute Package Description no.digipost.jdbc no.digipost.util -
-
Uses of Attribute in no.digipost.jdbc
Methods in no.digipost.jdbc with parameters of type Attribute Modifier and Type Method Description default AttributeMapper<R>ColumnMapper. forColumn(Attribute<R> attribute)Associate the column mapper with anAttribute. -
Uses of Attribute in no.digipost.util
Methods in no.digipost.util that return Attribute Modifier and Type Method Description Attribute<V>Attribute. withName(String anotherName)Create a new attribute of the same type with another name.Methods in no.digipost.util that return types with arguments of type Attribute Modifier and Type Method Description Tuple<Attribute<V>,V>Attribute. withValue(V value)Bundle an attribute with an associated value in aTuple.
-