| 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> ValidatedValue |
BaseLoader.createValue(PropertyConfigurationInternal 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 |
|---|
KeyObjectPair(String name)
Construct an instance with a null value.
|
KeyObjectPair(String name,
Object value)
New instance with name and value.
|
KVP(String name) |
KVP(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Long |
LngType.parse(String sourceValue) |
String |
StrType.parse(String sourceValue) |
Double |
DblType.parse(String sourceValue) |
Integer |
IntType.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. |
BigDecimal |
BigDecType.parse(String sourceValue)
Attempts to parse the passed String into the destinationType.
|
Copyright © 2021. All rights reserved.