Uses of Interface
net.officefloor.web.security.type.AdaptFactory
-
Packages that use AdaptFactory Package Description net.officefloor.web.security.type -
-
Uses of AdaptFactory in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type with parameters of type AdaptFactory Modifier and Type Method Description static <A,O>
A[]AdaptFactory. adaptArray(O[] delegateArray, java.lang.Class<A> adaptComponentType, AdaptFactory<A,O> adaptFactory)
Adapts the array.static <A,O>
AAdaptFactory. adaptObject(O delegateObject, AdaptFactory<A,O> adaptFactory)
Adapts the object.
-