Package nbbrd.io.xml
Interface Stax.ValueHandler<I,T>
-
- Enclosing class:
- Stax
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Stax.ValueHandler<I,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default @NonNull Stax.FlowHandler<I,T>asFlow()@NonNull Tparse(@NonNull I input)
-
-
-
Method Detail
-
parse
@NonNull T parse(@NonNull I input) throws XMLStreamException
- Throws:
XMLStreamException
-
asFlow
default @NonNull Stax.FlowHandler<I,T> asFlow()
-
-