Package net.jimblackler.jsonschemafriend
Class TypeInferrer
- java.lang.Object
-
- net.jimblackler.jsonschemafriend.TypeInferrer
-
public class TypeInferrer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeInferrer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Collection<java.lang.String>getNonProhibitedTypes(CombinedSchema schema)static java.util.Collection<java.lang.String>getNonProhibitedTypes(Schema schema)static java.util.Collection<java.lang.String>inferTypes(Schema schema)static java.util.Collection<java.lang.String>inferTypesNonEmpty(Schema schema)
-
-
-
Method Detail
-
inferTypes
public static java.util.Collection<java.lang.String> inferTypes(Schema schema)
-
inferTypesNonEmpty
public static java.util.Collection<java.lang.String> inferTypesNonEmpty(Schema schema)
-
getNonProhibitedTypes
public static java.util.Collection<java.lang.String> getNonProhibitedTypes(Schema schema)
-
getNonProhibitedTypes
public static java.util.Collection<java.lang.String> getNonProhibitedTypes(CombinedSchema schema)
-
-