public interface Transformer<I,O>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Transformer.Utils |
| Modifier and Type | Field and Description |
|---|---|
static Transformer<Enum<?>,String> |
ENUM_NAME_EXTRACTOR
|
static Transformer<Object,String> |
TOSTRING
Invokes
Objects.toString(Object, String) on the argument
with null as the value to return if argument is null |
| Modifier and Type | Method and Description |
|---|---|
O |
transform(I input) |
static final Transformer<Object,String> TOSTRING
Objects.toString(Object, String) on the argument
with null as the value to return if argument is nullstatic final Transformer<Enum<?>,String> ENUM_NAME_EXTRACTOR
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.