public class ConverterUtils extends Object
| Constructor and Description |
|---|
ConverterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Node<View<T>,Edge> |
cast(Node<?,?> node) |
static <U> Result<U> |
ignore(String name,
Object o) |
<T> Function<T,Result> |
ignored(Class<?> expectedClass,
Object defaultValue) |
static boolean |
isEmpty(CharSequence str) |
static boolean |
nonEmpty(String s) |
static PropertyWriter |
notSupported(Object o) |
static Result<PropertyWriter> |
resultIgnored(Object o) |
static Result<PropertyWriter> |
resultNotSupported(Object o) |
public static boolean nonEmpty(String s)
public static boolean isEmpty(CharSequence str)
public static Result<PropertyWriter> resultIgnored(Object o)
public static Result<PropertyWriter> resultNotSupported(Object o)
public static PropertyWriter notSupported(Object o)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.