Uses of Interface
com.floragunn.codova.documents.Metadata.Attribute
-
Packages that use Metadata.Attribute Package Description com.floragunn.codova.documents -
-
Uses of Metadata.Attribute in com.floragunn.codova.documents
Subinterfaces of Metadata.Attribute in com.floragunn.codova.documents Modifier and Type Interface Description static interfaceMetadata.ListAttribute<AttributeType>Methods in com.floragunn.codova.documents that return Metadata.Attribute Modifier and Type Method Description Metadata.Attribute<AttributeType>Metadata.Attribute. defaultValue(AttributeType defaultValue)static <AttributeType>
Metadata.Attribute<AttributeType>Metadata.Attribute. optional(String name, Metadata<AttributeType> meta, String description)static <AttributeType>
Metadata.Attribute<AttributeType>Metadata.Attribute. optional(String name, Class<AttributeType> type, String description)static <AttributeType>
Metadata.Attribute<AttributeType>Metadata.Attribute. required(String name, Metadata<AttributeType> meta, String description)static <AttributeType>
Metadata.Attribute<AttributeType>Metadata.Attribute. required(String name, Class<AttributeType> type, String description)Methods in com.floragunn.codova.documents that return types with arguments of type Metadata.Attribute Modifier and Type Method Description List<Metadata.Attribute<?>>Metadata. attributes()Methods in com.floragunn.codova.documents with parameters of type Metadata.Attribute Modifier and Type Method Description static <T> Metadata<T>Metadata. create(Class<T> type, String description, Parser<T,Parser.Context> parser, Metadata.Attribute<?>... attributes)static <T> Metadata<T>Metadata. create(Class<T> type, String typeName, String description, Parser<T,Parser.Context> parser, Metadata.Attribute<?>... attributes)
-