public final class CollectionWrapper extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends AbstractWrappable<String>> |
unwrap(Collection<T> collection) |
static List<LoggerTO> |
unwrapLogger(Collection<AuditLoggerName> auditNames) |
static <E,T extends AbstractWrappable<E>> |
wrap(Collection<E> collection,
Class<T> reference) |
static <E,T extends AbstractWrappable<E>> |
wrap(E element,
Class<T> reference) |
static List<AuditLoggerName> |
wrapLogger(Collection<LoggerTO> logger) |
public static <E,T extends AbstractWrappable<E>> List<T> wrap(E element, Class<T> reference)
public static <E,T extends AbstractWrappable<E>> List<T> wrap(Collection<E> collection, Class<T> reference)
public static <T extends AbstractWrappable<String>> List<String> unwrap(Collection<T> collection)
public static List<AuditLoggerName> wrapLogger(Collection<LoggerTO> logger)
public static List<LoggerTO> unwrapLogger(Collection<AuditLoggerName> auditNames)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.