Uses of Interface
com.floragunn.codova.documents.Metadata
-
Packages that use Metadata Package Description com.floragunn.codova.documents -
-
Uses of Metadata in com.floragunn.codova.documents
Methods in com.floragunn.codova.documents that return Metadata 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)Metadata<AttributeType>Metadata.ListAttribute. elementMeta()default Metadata<T>Document. meta()Metadata<AttributeType>Metadata.Attribute. meta()Methods in com.floragunn.codova.documents with parameters of type Metadata Modifier and Type Method Description static <AttributeType>
Metadata.ListAttribute<AttributeType>Metadata.Attribute. list(String name, Metadata<AttributeType> meta, String description)static <AttributeType>
Metadata.Attribute<AttributeType>Metadata.Attribute. optional(String name, Metadata<AttributeType> meta, String description)static <AttributeType>
Metadata.Attribute<AttributeType>Metadata.Attribute. required(String name, Metadata<AttributeType> meta, String description)
-