Class InstantiatorArguments
java.lang.Object
org.dalesbred.internal.instantiation.InstantiatorArguments
Contains the arguments of instantiator as well their names and types.
-
Constructor Summary
ConstructorDescriptionInstantiatorArguments
(@NotNull NamedTypeList types, @NotNull Object[] values) InstantiatorArguments
(@NotNull NamedTypeList types, @NotNull List<?> values) -
Method Summary
-
Constructor Details
-
InstantiatorArguments
public InstantiatorArguments(@NotNull @NotNull NamedTypeList types, @NotNull @NotNull Object[] values) -
InstantiatorArguments
public InstantiatorArguments(@NotNull @NotNull NamedTypeList types, @NotNull @NotNull List<?> values)
-
-
Method Details
-
getTypes
-
getValues
-
size
public int size() -
getSingleValue
-