public abstract class PropertyTransformers extends Object
PropertyTransformer
that provide various useful property
transformation operations, prefixing, etc.Constructor and Description |
---|
PropertyTransformers() |
Modifier and Type | Method and Description |
---|---|
static PropertyTransformer |
noop() |
static PropertyTransformer |
propertyNamePrefix(String propertyNamePrefix) |
static PropertyTransformer |
removeNullProperties() |
public static PropertyTransformer noop()
public static PropertyTransformer removeNullProperties()
public static PropertyTransformer propertyNamePrefix(String propertyNamePrefix)
propertyNamePrefix
- the prefix to add to each property name.PropertyTransformer
to add propertyNamePrefix
to each
property name.Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.