Package | Description |
---|---|
org.apache.commons.configuration2.convert |
This package contains interfaces and classes related to data type conversions.
|
Modifier and Type | Field and Description |
---|---|
static DefaultConversionHandler |
DefaultConversionHandler.INSTANCE
A default instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static Object |
PropertyConverter.to(Class<?> cls,
Object value,
DefaultConversionHandler convHandler)
Performs a data type conversion from the specified value object to the given target data class.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.