Uses of Class
org.apache.johnzon.jsonschema.generator.PojoGenerator.Ref
-
Packages that use PojoGenerator.Ref Package Description org.apache.johnzon.jsonschema.generator -
-
Uses of PojoGenerator.Ref in org.apache.johnzon.jsonschema.generator
Fields in org.apache.johnzon.jsonschema.generator with type parameters of type PojoGenerator.Ref Modifier and Type Field Description private Function<PojoGenerator.Ref,String>
PojoGenerator.PojoConfiguration. onRef
Methods in org.apache.johnzon.jsonschema.generator that return types with arguments of type PojoGenerator.Ref Modifier and Type Method Description Function<PojoGenerator.Ref,String>
PojoGenerator.PojoConfiguration. getOnRef()
Methods in org.apache.johnzon.jsonschema.generator with parameters of type PojoGenerator.Ref Modifier and Type Method Description protected String
PojoGenerator. onRef(PojoGenerator.Ref ref)
Method parameters in org.apache.johnzon.jsonschema.generator with type arguments of type PojoGenerator.Ref Modifier and Type Method Description PojoGenerator.PojoConfiguration
PojoGenerator.PojoConfiguration. setOnRef(Function<PojoGenerator.Ref,String> onRef)
-