T - the type to transform to.public interface CaptureGroupTransformer<T>
ParameterType with (multiple) capture groups.| Modifier and Type | Method and 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 © 2019. All rights reserved.