Uses of Interface
org.yaml.snakeyaml.inspector.TagInspector
-
Packages that use TagInspector Package Description org.yaml.snakeyaml org.yaml.snakeyaml.inspector -
-
Uses of TagInspector in org.yaml.snakeyaml
Methods in org.yaml.snakeyaml that return TagInspector Modifier and Type Method Description TagInspectorLoaderOptions. getTagInspector()Methods in org.yaml.snakeyaml with parameters of type TagInspector Modifier and Type Method Description voidLoaderOptions. setTagInspector(TagInspector tagInspector) -
Uses of TagInspector in org.yaml.snakeyaml.inspector
Classes in org.yaml.snakeyaml.inspector that implement TagInspector Modifier and Type Class Description classUnTrustedTagInspectorTagInspector which does not allow to create any custom instance.
-