Uses of Class
com.gengoai.conversion.Val
-
Packages that use Val Package Description com.gengoai.config Configuration based on json-like syntax that integrates with command line parser, applications, and loggingcom.gengoai.conversion Classes to convert between arbitrary types.com.gengoai.json Xml StructuredFormat reader and writercom.gengoai.parsing -
-
Uses of Val in com.gengoai.config
Methods in com.gengoai.config that return Val Modifier and Type Method Description static Val
Config. get(Class<?> clazz, Object... propertyComponents)
Gets the value of a property for a given classstatic Val
Config. get(String propertyPrefix, Object... propertyComponents)
Gets the value of a property for a given class and language (the language is optional) -
Uses of Val in com.gengoai.conversion
Fields in com.gengoai.conversion declared as Val Modifier and Type Field Description static Val
Val. FALSE
False valuestatic Val
Val. NULL
Null valuestatic Val
Val. TRUE
True valueMethods in com.gengoai.conversion that return Val Modifier and Type Method Description static Val
Val. of(Object o)
Convenience method for creating a Convertible Object -
Uses of Val in com.gengoai.json
Methods in com.gengoai.json that return Val Modifier and Type Method Description Val
JsonEntry. asVal()
Gets this entry as a Val value.Val
JsonEntry. getValProperty(String propertyName)
Gets the value of the given property name as a ValVal
JsonEntry. getValProperty(String propertyName, Object defaultValue)
Gets the value of the given property name as a Val -
Uses of Val in com.gengoai.parsing
Methods in com.gengoai.parsing that return Val Modifier and Type Method Description Val
ValueExpression. getValue()
Gets the stored value
-