Uses of Interface
com.floragunn.codova.documents.Parser
-
Packages that use Parser Package Description com.floragunn.codova.documents com.floragunn.codova.validation -
-
Uses of Parser in com.floragunn.codova.documents
Methods in com.floragunn.codova.documents that return Parser Modifier and Type Method Description Parser<T,Parser.Context>Metadata. parser()Methods in com.floragunn.codova.documents with parameters of type Parser 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) -
Uses of Parser in com.floragunn.codova.validation
Methods in com.floragunn.codova.validation with parameters of type Parser Modifier and Type Method Description <T> TValidatingDocNode.Attribute. by(Parser<T,Parser.Context> parser)TValidatingDocNode.TypedAttribute. by(Parser<T,Parser.Context> parser)<T> com.floragunn.fluent.collections.ImmutableList<T>ValidatingDocNode.ListAttribute. ofObjectsParsedBy(Parser<T,Parser.Context> parser)
-