public interface XmlReader extends Interfaces.AccessDeserializers
getDeserializerdefault Object textNodeToValue(Class<?> type, Element node) throws IllegalAccessException
IllegalAccessExceptiondefault Object attributeToValue(Class<?> type, String name, Element node) throws IllegalAccessException
IllegalAccessExceptiondefault Set<Object> domToSet(Class<?> type, String name, Element node) throws IllegalAccessException
IllegalAccessExceptiondefault List<Object> domToList(Class<?> type, String name, Element node) throws IllegalAccessException
IllegalAccessExceptiondefault Object[] domToArray(Class<?> type, String name, Element node) throws IllegalAccessException
IllegalAccessExceptiondefault Map<Object,Object> domToMap(ParameterizedType type, String name, Element node) throws IllegalAccessException
IllegalAccessExceptionstatic Element parseXML(InputStreamReader in) throws IOException
IOExceptionstatic String readLine(InputStreamReader in, char end) throws IOException
IOExceptionstatic int indexOfNonWhitespaceChar(String input, int offset)
static int indexOfWhitespaceChar(String input, int offset)
Copyright © 2018. All rights reserved.