| Package | Description |
|---|---|
| simplexml | |
| simplexml.utils | |
| simplexml.xpath |
| Modifier and Type | Method and Description |
|---|---|
default Object[] |
XmlReader.domToArray(Class<?> type,
String name,
XmlElement node) |
default List<Object> |
XmlReader.domToList(Field field,
Class<?> type,
String name,
XmlElement node) |
default <T> T |
XmlReader.domToObject(XmlElement node,
Class<T> clazz) |
default Set<Object> |
XmlReader.domToSet(Field field,
Class<?> type,
String name,
XmlElement node) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
Validator.hasExactLength(T[] array,
int size,
String message) |
static String[] |
Validator.partsAreNotEmpty(String[] array,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static Predicate |
Predicate.newEqualityPredicate(String s) |
static XPathExpression |
XPathExpression.newXPath(String xpath) |
static Predicate |
Predicate.parsePredicate(String predicate) |
static Segment |
Segment.parseSegment(String segment) |
Copyright © 2019. All rights reserved.