T
- the type to transform to.public interface CaptureGroupTransformer<T>
ParameterType
with (multiple) capture groups.Modifier and Type | Method | Description |
---|---|---|
T |
transform(String[] args) |
Transforms multiple strings into to an object.
|
T transform(String[] args) throws Throwable
args
- the values of the top level capture groupsThrowable
- if transformation failedCopyright © 2018. All rights reserved.