Package | Description |
---|---|
com.edorasware.commons.core.entity |
Classes to model business entities.
|
com.edorasware.commons.core.util |
edoras commons utility classes.
|
Modifier and Type | Method and Description |
---|---|
static <V,W> VariableName<V,W> |
VariableName.create(String name,
Class<W> serializedValueType,
ValueConverter<V,W> valueConverter)
Creates a new VariableName instance, configured with the given value converter.
|
static <V,W> VariableName<V,W> |
VariableName.create(String name,
com.google.common.reflect.TypeToken<W> serializedValueType,
ValueConverter<V,W> valueConverter)
Creates a new VariableName instance, configured with the given value converter.
|
static <V> PropertyName<V> |
PropertyName.create(String name,
ValueConverter<V,String> valueConverter)
Creates a new PropertyName instance, configured with the given value converter.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonConverter<V>
Converts values of a given type to a Json String representation and vice-versa.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.