Class ParameterList.ForLoadedExecutable.OfConstructor
java.lang.Object
java.util.AbstractCollection<ParameterDescription.InDefinedShape>
java.util.AbstractList<ParameterDescription.InDefinedShape>
net.bytebuddy.matcher.FilterableList.AbstractBase<ParameterDescription.InDefinedShape, ParameterList<ParameterDescription.InDefinedShape>>
net.bytebuddy.description.method.ParameterList.AbstractBase<ParameterDescription.InDefinedShape>
net.bytebuddy.description.method.ParameterList.ForLoadedExecutable<Constructor<?>>
net.bytebuddy.description.method.ParameterList.ForLoadedExecutable.OfConstructor
- All Implemented Interfaces:
Iterable<ParameterDescription.InDefinedShape>, Collection<ParameterDescription.InDefinedShape>, List<ParameterDescription.InDefinedShape>, SequencedCollection<ParameterDescription.InDefinedShape>, ParameterList<ParameterDescription.InDefinedShape>, FilterableList<ParameterDescription.InDefinedShape, ParameterList<ParameterDescription.InDefinedShape>>
- Enclosing class:
ParameterList.ForLoadedExecutable<T>
protected static class ParameterList.ForLoadedExecutable.OfConstructor
extends ParameterList.ForLoadedExecutable<Constructor<?>>
Describes the list of
Constructor parameters on a modern VM.-
Nested Class Summary
Nested classes/interfaces inherited from class ParameterList.ForLoadedExecutable
ParameterList.ForLoadedExecutable.Executable, ParameterList.ForLoadedExecutable.OfConstructor, ParameterList.ForLoadedExecutable.OfLegacyVmConstructor, ParameterList.ForLoadedExecutable.OfLegacyVmMethod, ParameterList.ForLoadedExecutable.OfMethodNested classes/interfaces inherited from interface FilterableList
FilterableList.AbstractBase<T,S>, FilterableList.Empty<T, S> Nested classes/interfaces inherited from interface ParameterList
ParameterList.AbstractBase<S>, ParameterList.Empty<S>, ParameterList.Explicit<S>, ParameterList.ForLoadedExecutable<T>, ParameterList.ForTokens, ParameterList.TypeSubstituting -
Field Summary
Fields inherited from class ParameterList.ForLoadedExecutable
executable, EXECUTABLE, parameterAnnotationSourceFields inherited from class AbstractList
modCount -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOfConstructor(Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description of the parameters of a constructor. -
Method Summary
Methods inherited from class ParameterList.AbstractBase
asDefined, asTokenList, asTypeList, hasExplicitMetaData, wrapMethods inherited from class FilterableList.AbstractBase
filter, getOnly, subListMethods inherited from class AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface FilterableList
filter, getOnly, subListMethods inherited from interface List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, sort, spliterator, toArray, toArray
-
Constructor Details
-
OfConstructor
protected OfConstructor(Constructor<?> constructor, ParameterDescription.ForLoadedParameter.ParameterAnnotationSource parameterAnnotationSource) Creates a new description of the parameters of a constructor.- Parameters:
constructor- The constructor that is represented by this instance.parameterAnnotationSource- The parameter annotation source to query.
-
-
Method Details
-
get
- Specified by:
getin interfaceList<ParameterDescription.InDefinedShape>- Specified by:
getin classAbstractList<ParameterDescription.InDefinedShape>
-