Class InstantiatorArguments

java.lang.Object
org.dalesbred.internal.instantiation.InstantiatorArguments

public final class InstantiatorArguments extends Object
Contains the arguments of instantiator as well their names and types.
  • 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

      @NotNull public @NotNull NamedTypeList getTypes()
    • getValues

      @NotNull public @NotNull List<?> getValues()
    • size

      public int size()
    • getSingleValue

      public Object getSingleValue()