Uses of Annotation Interface
org.apache.juneau.parser.annotation.ParserConfig
Packages that use ParserConfig
-
Uses of ParserConfig in org.apache.juneau.parser.annotation
Method parameters in org.apache.juneau.parser.annotation with type arguments of type ParserConfigModifier and TypeMethodDescriptionvoid
ParserConfigAnnotation.InputStreamParserApply.apply
(AnnotationInfo<ParserConfig> ai, InputStreamParser.Builder b) void
ParserConfigAnnotation.ParserApply.apply
(AnnotationInfo<ParserConfig> ai, Parser.Builder b) void
ParserConfigAnnotation.ReaderParserApply.apply
(AnnotationInfo<ParserConfig> ai, ReaderParser.Builder b)