Uses of Class
org.apache.axiom.testing.multiton.Multiton
-
-
Uses of Multiton in org.apache.axiom.testing.multiton
Classes in org.apache.axiom.testing.multiton with type parameters of type Multiton Modifier and Type Interface Description interfaceAdapterFactory<T extends Multiton>Methods in org.apache.axiom.testing.multiton with type parameters of type Multiton Modifier and Type Method Description static <T extends Multiton>
List<T>Multiton. getInstances(Class<T> multitonClass)Get all instances of the given multiton.
-