public class ToString extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ToString.Feature |
static interface |
ToString.Features |
static interface |
ToString.Ignore |
| Modifier and Type | Field and Description |
|---|---|
static Map<Class,ToStringOperator> |
cache |
static long |
DEFAULT_FEATURE |
| Constructor and Description |
|---|
ToString() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ToStringOperator<T> |
getOperator(Class<T> type) |
static <T> String |
toString(T target) |
static <T> String |
toString(T target,
String... ignoreProperty) |
public static long DEFAULT_FEATURE
public static final Map<Class,ToStringOperator> cache
public static <T> ToStringOperator<T> getOperator(Class<T> type)
public static <T> String toString(T target)
Copyright © 2016–2021. All rights reserved.