Package com.relogiclabs.jschema.tree
Class PragmaRegistry
Object
PragmaRegistry
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDateTimeParser
double
<T> T
getPragmaValue
(String name) DateTimeParser
boolean
boolean
boolean
iterator()
<T> void
setPragmaValue
(String name, T value) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
NAME_IGNORE_UNDEFINED_PROPERTIES
- See Also:
-
NAME_FLOATING_POINT_TOLERANCE
- See Also:
-
NAME_IGNORE_OBJECT_PROPERTY_ORDER
- See Also:
-
NAME_DATE_DATA_TYPE_FORMAT
- See Also:
-
NAME_TIME_DATA_TYPE_FORMAT
- See Also:
-
NAME_ENABLE_CONTEXTUAL_EXCEPTION
- See Also:
-
NAME_OUTLINE_MAXIMUM_LENGTH
- See Also:
-
-
Constructor Details
-
PragmaRegistry
-
-
Method Details
-
addPragma
-
setPragmaValue
-
getPragmaValue
-
getPragma
-
iterator
-
getPragmas
-
isIgnoreUndefinedProperties
public boolean isIgnoreUndefinedProperties() -
getFloatingPointTolerance
public double getFloatingPointTolerance() -
isIgnoreObjectPropertyOrder
public boolean isIgnoreObjectPropertyOrder() -
getDateDataTypeFormat
-
getTimeDataTypeFormat
-
isEnableContextualException
public boolean isEnableContextualException() -
getRuntime
-
getDateTypeParser
public DateTimeParser getDateTypeParser() -
getTimeTypeParser
public DateTimeParser getTimeTypeParser()
-