public class ListConverter<I,O>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
O |
getObject(I modelObject) |
java.util.List<O> |
getObjects(java.util.List<I> modelObjects) |
static <I,O> ListConverter<I,O> |
instanceOf(org.apache.commons.collections4.Transformer<I,O> transformer) |
public static <I,O> ListConverter<I,O> instanceOf(org.apache.commons.collections4.Transformer<I,O> transformer)
Copyright © 2024. All rights reserved.