| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.load | |
| org.yarnandtail.andhow.valuetype |
| Modifier and Type | Method and Description |
|---|---|
T |
ValueType.parse(String sourceValue)
Attempts to parse the passed String into the destinationType.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> PropertyValue |
BaseLoader.createValue(ConstructionDefinition appConfigDef,
Property<T> prop,
String untrimmedString) |
static KVP |
KVP.splitKVP(String arg,
String delimiter)
Splits a key value pair String into its key and value using the passed delimiter.
|
| Constructor and Description |
|---|
KVP(String name) |
KVP(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
StrType.parse(String sourceValue) |
LocalDateTime |
LocalDateTimeType.parse(String sourceValue)
The text format used is the default for LocalDateTime objects, which uses the
ISO format like this:
2011-12-03T10:15:30. |
Long |
LngType.parse(String sourceValue) |
Integer |
IntType.parse(String sourceValue) |
Double |
DblType.parse(String sourceValue) |
Copyright © 2017. All rights reserved.