Uses of Interface
com.floragunn.codova.documents.Parser.Context
-
-
Uses of Parser.Context in com.floragunn.codova.config.net
Methods in com.floragunn.codova.config.net with parameters of type Parser.Context Modifier and Type Method Description static TLSConfigTLSConfig. parse(DocNode config, Parser.Context parserContext)static TLSConfigTLSConfig. parseInclStartTlsSupport(DocNode config, Parser.Context parserContext)Constructors in com.floragunn.codova.config.net with parameters of type Parser.Context Constructor Description CacheConfig(DocNode config, Parser.Context context) -
Uses of Parser.Context in com.floragunn.codova.config.text
Methods in com.floragunn.codova.config.text with parameters of type Parser.Context Modifier and Type Method Description static PatternPattern. parse(DocNode docNode, Parser.Context context) -
Uses of Parser.Context in com.floragunn.codova.documents
Classes in com.floragunn.codova.documents with type parameters of type Parser.Context Modifier and Type Interface Description interfaceParser<T,C extends Parser.Context>static interfaceParser.ReturningValidationResult<T,C extends Parser.Context>Methods in com.floragunn.codova.documents that return types with arguments of type Parser.Context Modifier and Type Method Description Parser<T,Parser.Context>Metadata. parser()Method parameters in com.floragunn.codova.documents with type arguments of type Parser.Context 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.Context in com.floragunn.codova.documents.patch
Methods in com.floragunn.codova.documents.patch with parameters of type Parser.Context Modifier and Type Method Description TPatchableDocument. parseI(DocNode docNode, Parser.Context context)default TPatchableDocument. patch(DocPatch patch, Parser.Context context) -
Uses of Parser.Context in com.floragunn.codova.validation
Method parameters in com.floragunn.codova.validation with type arguments of type Parser.Context Modifier and Type Method Description <T> TValidatingDocNode.Attribute. by(Parser.ReturningValidationResult<T,Parser.Context> parser)<T> TValidatingDocNode.Attribute. by(Parser<T,Parser.Context> parser)TValidatingDocNode.TypedAttribute. by(Parser<T,Parser.Context> parser)<T> ValidationResult<com.floragunn.fluent.collections.ImmutableList<T>>ValidatingDocNode.ListAttribute. ofObjectsParsedBy(Parser.ReturningValidationResult<T,Parser.Context> parser)<T> com.floragunn.fluent.collections.ImmutableList<T>ValidatingDocNode.ListAttribute. ofObjectsParsedBy(Parser<T,Parser.Context> parser)Constructors in com.floragunn.codova.validation with parameters of type Parser.Context Constructor Description ValidatingDocNode(DocNode documentNode, ValidationErrors validationErrors, Parser.Context parserContext)ValidatingDocNode(Map<String,Object> document, ValidationErrors validationErrors, Parser.Context parserContext)
-