@FunctionalInterface @Deprecated public interface ArrayFactory<T>
BeanBuilder| Modifier and Type | Method and Description |
|---|---|
T[] |
createValue(Class<T> type,
int size)
Deprecated.
Create an array of type T.
|
Copyright © 2018. All rights reserved.