Uses of Class
com.strobel.annotations.NotNull
-
-
Uses of NotNull in com.strobel.assembler.ir.attributes
Methods in com.strobel.assembler.ir.attributes with annotations of type NotNull Modifier and Type Method Description java.util.List<SourceAttribute>RecordComponentInfo. getAttributes()java.lang.StringRecordComponentInfo. getDescriptor()java.util.List<PackageInfo>ModuleAttribute. getExports()java.util.EnumSet<Flags.Flag>ModuleAttribute. getFlags()java.util.EnumSet<Flags.Flag>ModuleDependency. getFlags()java.util.EnumSet<Flags.Flag>PackageInfo. getFlags()java.util.List<TypeReference>ServiceInfo. getImplementations()TypeReferenceServiceInfo. getInterface()TypeReferenceModuleMainClassAttribute. getMainClass()java.lang.StringModuleAttribute. getModuleName()java.util.List<ModuleReference>PackageInfo. getModules()java.lang.StringModuleDependency. getName()java.lang.StringRecordComponentInfo. getName()java.util.List<PackageInfo>ModuleAttribute. getOpens()PackageReferencePackageInfo. getPackage()java.util.List<PackageReference>ModulePackagesAttribute. getPackages()java.lang.StringModuleTargetAttribute. getPlatform()java.util.List<ServiceInfo>ModuleAttribute. getProvides()java.util.List<ModuleDependency>ModuleAttribute. getRequires()TypeReferenceRecordComponentInfo. getResolvedType()TypeReferenceRecordComponentInfo. getType()java.util.List<TypeReference>ModuleAttribute. getUses()TypeReferenceRecordComponentInfo. resolveType(TypeReference recordType)Constructor parameters in com.strobel.assembler.ir.attributes with annotations of type NotNull Constructor Description ModuleDependency(java.lang.String name, java.lang.String version, int flags) -
Uses of NotNull in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with annotations of type NotNull Modifier and Type Method Description (package private) static java.util.List<TypeReference>MetadataHelper. checkTypeArguments(IGenericParameterProvider owner, java.util.List<TypeReference> typeArguments)java.util.List<TypeReference>IUnionType. getAlternatives()java.util.List<TypeReference>ICompoundType. getInterfaces()java.lang.StringModuleReference. getName()static ConversionTypeMetadataHelper. getNumericConversionType(TypeReference target, TypeReference source)static TypeReferenceMetadataHelper. getUnderlyingPrimitiveTypeOrSelf(TypeReference type)Method parameters in com.strobel.assembler.metadata with annotations of type NotNull Modifier and Type Method Description (package private) static java.util.List<TypeReference>MetadataHelper. checkTypeArguments(IGenericParameterProvider owner, java.util.List<TypeReference> typeArguments)static TypeReferenceMetadataHelper. getUnderlyingPrimitiveTypeOrSelf(TypeReference type)static voidDeobfuscationUtilities. processType(TypeDefinition type)Constructor parameters in com.strobel.assembler.metadata with annotations of type NotNull Constructor Description ArrayTypeLoader(byte[] bytes)ModuleReference(java.lang.String name, java.lang.String version) -
Uses of NotNull in com.strobel.collections
Methods in com.strobel.collections with annotations of type NotNull Modifier and Type Method Description java.util.Iterator<A>ImmutableList. iterator()java.util.Iterator<A>ListBuffer. iterator()An enumeration of all elements in this buffer.java.util.Iterator<E>SmartList. iterator()java.util.ListIterator<A>ImmutableList. listIterator()java.util.ListIterator<A>ImmutableList. listIterator(int index)java.util.List<A>ImmutableList. subList(int fromIndex, int toIndex)java.lang.Object[]ImmutableList. toArray()<T> T[]ImmutableList. toArray(T[] vec)Copy successive elements of this list into given vector until list is exhausted or end of vector is reached.java.lang.Object[]ListBuffer. toArray()<T> T[]ListBuffer. toArray(T[] vec)Convert buffer to an array<T> T[]SmartList. toArray(T[] a)Method parameters in com.strobel.collections with annotations of type NotNull Modifier and Type Method Description booleanImmutableList. addAll(int index, java.util.Collection<? extends A> c)voidSmartList. sort(java.util.Comparator<? super E> comparator)<T> T[]ImmutableList. toArray(T[] vec)Copy successive elements of this list into given vector until list is exhausted or end of vector is reached.<T> T[]SmartList. toArray(T[] a)Constructor parameters in com.strobel.collections with annotations of type NotNull Constructor Description SmartList(E... elements)SmartList(java.util.Collection<? extends E> elements) -
Uses of NotNull in com.strobel.collections.concurrent
Fields in com.strobel.collections.concurrent with annotations of type NotNull Modifier and Type Field Description (package private) VConcurrentIntObjectHashMap.IntHashEntry. valueMethods in com.strobel.collections.concurrent with annotations of type NotNull Modifier and Type Method Description VConcurrentIntObjectHashMap. addOrGet(int key, V value)VConcurrentIntObjectMap. addOrGet(int key, V value)VConcurrentRefValueIntObjectHashMap. addOrGet(int key, V value)java.lang.Iterable<V>ConcurrentIntObjectHashMap. elements()java.lang.Iterable<IntObjectEntry<V>>ConcurrentIntObjectHashMap. entries()java.lang.Iterable<IntObjectEntry<V>>ConcurrentIntObjectMap. entries()java.lang.Iterable<IntObjectEntry<V>>ConcurrentRefValueIntObjectHashMap. entries()int[]ConcurrentIntObjectHashMap. keys()int[]ConcurrentIntObjectMap. keys()int[]ConcurrentRefValueIntObjectHashMap. keys()VConcurrentIntObjectHashMap.SimpleEntry. value()VIntObjectEntry. value()Method parameters in com.strobel.collections.concurrent with annotations of type NotNull Modifier and Type Method Description VConcurrentIntObjectHashMap. addOrGet(int key, V value)VConcurrentIntObjectMap. addOrGet(int key, V value)VConcurrentRefValueIntObjectHashMap. addOrGet(int key, V value)protected abstract ConcurrentRefValueIntObjectHashMap.IntReference<V>ConcurrentRefValueIntObjectHashMap. createReference(int key, V value, java.lang.ref.ReferenceQueue<V> queue)protected ConcurrentRefValueIntObjectHashMap.IntReference<V>ConcurrentWeakIntObjectHashMap. createReference(int key, V value, java.lang.ref.ReferenceQueue<V> queue)VConcurrentIntObjectHashMap. put(int key, V value)protected VConcurrentIntObjectHashMap. put(int key, V value, boolean onlyIfAbsent)VConcurrentIntObjectMap. put(int key, V value)VConcurrentRefValueIntObjectHashMap. put(int key, V value)VConcurrentIntObjectHashMap. putIfAbsent(int key, V value)VConcurrentIntObjectMap. putIfAbsent(int key, V value)VConcurrentRefValueIntObjectHashMap. putIfAbsent(int key, V value)booleanConcurrentIntObjectHashMap. remove(int key, V value)booleanConcurrentIntObjectMap. remove(int key, V value)booleanConcurrentRefValueIntObjectHashMap. remove(int key, V value)booleanConcurrentIntObjectHashMap. replace(int key, V oldValue, V newValue)booleanConcurrentIntObjectHashMap. replace(int key, V oldValue, V newValue)booleanConcurrentIntObjectMap. replace(int key, V oldValue, V newValue)booleanConcurrentIntObjectMap. replace(int key, V oldValue, V newValue)booleanConcurrentRefValueIntObjectHashMap. replace(int key, V oldValue, V newValue)booleanConcurrentRefValueIntObjectHashMap. replace(int key, V oldValue, V newValue)Constructor parameters in com.strobel.collections.concurrent with annotations of type NotNull Constructor Description IntHashEntry(int key, ConcurrentIntObjectHashMap.IntHashEntry<V> next, V value) -
Uses of NotNull in com.strobel.componentmodel
Fields in com.strobel.componentmodel with annotations of type NotNull Modifier and Type Field Description private FrugalKeyMapUserDataStoreBase. _mapprivate java.lang.StringKey. _nameMethods in com.strobel.componentmodel with annotations of type NotNull Modifier and Type Method Description <V> FrugalKeyMapArrayKeyMap. minus(Key<V> key)<V> FrugalKeyMapDictionaryKeyMap. minus(Key<V> key)<V> FrugalKeyMapEmptyKeyMap. minus(Key<V> key)<V> FrugalKeyMapFrugalKeyMap. minus(Key<V> key)<V> FrugalKeyMapPairKeyMap. minus(Key<V> key)<V> FrugalKeyMapSingleKeyMap. minus(Key<V> key)<V> FrugalKeyMapArrayKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapDictionaryKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapEmptyKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapFrugalKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapPairKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapSingleKeyMap. plus(Key<V> key, V value)Method parameters in com.strobel.componentmodel with annotations of type NotNull Modifier and Type Method Description static <T> Key<T>Key. create(java.lang.String name)<V> VArrayKeyMap. get(Key<V> key)<V> VDictionaryKeyMap. get(Key<V> key)<V> VEmptyKeyMap. get(Key<V> key)<V> VFrugalKeyMap. get(Key<V> key)<V> VPairKeyMap. get(Key<V> key)<V> VSingleKeyMap. get(Key<V> key)<T> TUserDataStoreBase. getUserData(Key<T> key)<V> FrugalKeyMapArrayKeyMap. minus(Key<V> key)<V> FrugalKeyMapDictionaryKeyMap. minus(Key<V> key)<V> FrugalKeyMapEmptyKeyMap. minus(Key<V> key)<V> FrugalKeyMapFrugalKeyMap. minus(Key<V> key)<V> FrugalKeyMapPairKeyMap. minus(Key<V> key)<V> FrugalKeyMapSingleKeyMap. minus(Key<V> key)<V> FrugalKeyMapArrayKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapArrayKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapDictionaryKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapDictionaryKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapEmptyKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapEmptyKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapFrugalKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapFrugalKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapPairKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapPairKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapSingleKeyMap. plus(Key<V> key, V value)<V> FrugalKeyMapSingleKeyMap. plus(Key<V> key, V value)<T> voidUserDataStoreBase. putUserData(Key<T> key, T value)<T> TUserDataStoreBase. putUserDataIfAbsent(Key<T> key, T value)<T> booleanUserDataStoreBase. replace(Key<T> key, T oldValue, T newValue)Constructor parameters in com.strobel.componentmodel with annotations of type NotNull Constructor Description Key(java.lang.String name) -
Uses of NotNull in com.strobel.concurrent
Methods in com.strobel.concurrent with annotations of type NotNull Modifier and Type Method Description TStripedLock. allocateLock()protected abstract TStripedLock. createLock()protected java.util.concurrent.locks.ReentrantLockStripedReentrantLock. createLock() -
Uses of NotNull in com.strobel.core
Methods in com.strobel.core with annotations of type NotNull Modifier and Type Method Description java.util.Iterator<T>CollectionUtilities.AbstractIterator. iterator()java.util.Iterator<T>CollectionUtilities.SkipIterator. iterator()java.util.Iterator<T>ReadOnlyList. iterator()java.util.ListIterator<T>IReadOnlyList. listIterator()java.util.ListIterator<T>IReadOnlyList. listIterator(int index)java.util.ListIterator<T>ReadOnlyList. listIterator()java.util.ListIterator<T>ReadOnlyList. listIterator(int index)ReadOnlyList<T>ReadOnlyList. subList(int fromIndex, int toIndex)T[]IReadOnlyList. toArray()<T> T[]IReadOnlyList. toArray(T[] a)T[]ReadOnlyList. toArray()<U> U[]ReadOnlyList. toArray(U[] a)Method parameters in com.strobel.core with annotations of type NotNull Modifier and Type Method Description voidReadOnlyList.ReadOnlyCollectionIterator. add(T T)booleanReadOnlyList. addAll(int index, java.util.Collection<? extends T> c)booleanReadOnlyList. addAll(java.util.Collection<? extends T> c)booleanReadOnlyList. containsAll(java.util.Collection<?> c)static <V,K>
voidCollectionUtilities. removeAll(java.util.Map<K,V> map, java.util.List<K> keys)booleanReadOnlyList. removeAll(java.util.Collection<?> c)booleanReadOnlyList. retainAll(java.util.Collection<?> c)<U> U[]ReadOnlyList. toArray(U[] a) -
Uses of NotNull in com.strobel.decompiler
Method parameters in com.strobel.decompiler with annotations of type NotNull Modifier and Type Method Description java.lang.StringBriefLogFormatter. format(java.util.logging.LogRecord record)A Custom format implementation that is designed for brevity.booleanDecompilerContext. isSupported(LanguageFeature feature)booleanDecompilerContext. isSupported(TypeDefinition versionSource, LanguageFeature feature) -
Uses of NotNull in com.strobel.decompiler.ast
Method parameters in com.strobel.decompiler.ast with annotations of type NotNull Modifier and Type Method Description <T> TExpression. getUserData(Key<T> key)<T> voidExpression. putUserData(Key<T> key, T value)<T> TExpression. putUserDataIfAbsent(Key<T> key, T value)<T> booleanExpression. replace(Key<T> key, T oldValue, T newValue) -
Uses of NotNull in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with annotations of type NotNull Modifier and Type Method Description java.util.List<LineNumberPosition>TypeDecompilationResults. getLineNumberPositions()Returns the line number positions resulting from a decompilation.Method parameters in com.strobel.decompiler.languages with annotations of type NotNull Modifier and Type Method Description private booleanBytecodeLanguage. tryWriteType(ITextOutput output, MetadataParser parser, java.lang.String text, java.lang.String descriptor)private booleanBytecodeLanguage. tryWriteType(ITextOutput output, MetadataParser parser, java.lang.String text, java.lang.String descriptor) -
Uses of NotNull in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with annotations of type NotNull Modifier and Type Method Description <T extends AstNode>
TAstNode. getChildByRole(Role<? extends T> role)<T extends AstNode>
AstNodeCollection<T>AstNode. getChildrenByRole(Role<? extends T> role)java.util.Iterator<T>AstNodeCollection. iterator()<T1> T1[]AstNodeCollection. toArray(T1[] a)Method parameters in com.strobel.decompiler.languages.java.ast with annotations of type NotNull Modifier and Type Method Description <T extends AstNode>
java.lang.Iterable<T>AstNode. getAncestors(java.lang.Class<T> type)<T1> T1[]AstNodeCollection. toArray(T1[] a) -
Uses of NotNull in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms with annotations of type NotNull Modifier and Type Field Description (package private) ConstructorDeclarationRewriteRecordClassesTransform.RecordState.Constructor. constructor(package private) java.util.Map<ConstructorDeclaration,RewriteRecordClassesTransform.RecordState.Constructor>RewriteRecordClassesTransform.RecordState. constructors(package private) RecordAttributeRewriteRecordClassesTransform.RecordState. recordAttribute(package private) java.util.Map<java.lang.String,RecordComponentInfo>RewriteRecordClassesTransform.RecordState. recordComponents(package private) TypeDeclarationRewriteRecordClassesTransform.RecordState. recordDeclaration(package private) TypeDefinitionRewriteRecordClassesTransform.RecordState. recordDefinition(package private) java.util.Map<RecordComponentInfo,MethodDeclaration>RewriteRecordClassesTransform.RecordState. removableAccessors(package private) java.util.Map<RecordComponentInfo,ExpressionStatement>RewriteRecordClassesTransform.RecordState.Constructor. removableAssignments(package private) java.util.Map<RecordComponentInfo,FieldDeclaration>RewriteRecordClassesTransform.RecordState. removableFields(package private) java.util.List<MethodDeclaration>RewriteRecordClassesTransform.RecordState. removableMethods(package private) java.util.Map<RecordComponentInfo,ParameterDeclaration>RewriteRecordClassesTransform.RecordState.Constructor. removableParameters(package private) StrongBox<ExpressionStatement>RewriteRecordClassesTransform.RecordState.Constructor. removableSuperCallMethod parameters in com.strobel.decompiler.languages.java.ast.transforms with annotations of type NotNull Modifier and Type Method Description protected FieldDeclarationAbstractHelperClassTransform. declareField(FieldDefinition fd, Expression initializer, int extraFlags)protected FieldDeclarationAbstractHelperClassTransform. declareField(FieldDefinition fd, Expression initializer, int extraFlags)private static booleanCollapseImportsTransform. isPublic(TypeReference type)protected VariableAbstractHelperClassTransform. makeCatchVariable(java.lang.String name, TypeReference type)protected VariableAbstractHelperClassTransform. makeCatchVariable(java.lang.String name, TypeReference type) -
Uses of NotNull in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities with annotations of type NotNull Modifier and Type Method Description static java.util.List<CastExpression>RedundantCastUtility. getRedundantCastsInside(Function<AstNode,ResolveResult> resolver, AstNode site)protected java.util.List<TypeReference>RedundantCastUtility.IsRedundantVisitor. getTypes(AstNodeCollection<? extends AstNode> nodes)Method parameters in com.strobel.decompiler.languages.java.utilities with annotations of type NotNull Modifier and Type Method Description protected voidRedundantCastUtility.CastCollector. addToResults(CastExpression cast, boolean force)protected voidRedundantCastUtility.IsRedundantVisitor. addToResults(CastExpression cast, boolean force)private ConversionTypeRedundantCastUtility.IsRedundantVisitor. getConversion(TypeReference target, TypeReference source, Expression value)Determines the conversion type, taking lossiness into consideration for numeric conversions.private ConversionTypeRedundantCastUtility.IsRedundantVisitor. getConversion(TypeReference target, TypeReference source, Expression value)Determines the conversion type, taking lossiness into consideration for numeric conversions.private ConversionTypeRedundantCastUtility.IsRedundantVisitor. getNumericConversion(TypeReference target, TypeReference source, Expression value)Determines the numeric conversion type, taking lossiness into consideration.private ConversionTypeRedundantCastUtility.IsRedundantVisitor. getNumericConversion(TypeReference target, TypeReference source, Expression value)Determines the numeric conversion type, taking lossiness into consideration.private static TypeReferenceTypeUtilities. getType(Function<AstNode,ResolveResult> resolver, AstNode node)private static TypeReferenceTypeUtilities. getType(Function<AstNode,ResolveResult> resolver, AstNode node)private static intTypeUtilities. getTypeRank(TypeReference type)static booleanTypeUtilities. isBinaryOperatorApplicable(BinaryOperatorType op, TypeReference lType, TypeReference rType, TypeReference expectedResultType, boolean strict)static booleanTypeUtilities. isBinaryOperatorApplicable(BinaryOperatorType op, AstType lType, AstType rType, TypeReference expectedResultType, boolean strict)static booleanTypeUtilities. isBinaryOperatorApplicable(BinaryOperatorType op, AstType lType, AstType rType, TypeReference expectedResultType, boolean strict)static booleanTypeUtilities. isBinaryOperatorApplicable(BinaryOperatorType op, AstType lType, AstType rType, TypeReference expectedResultType, boolean strict)protected voidRedundantCastUtility.IsRedundantVisitor. processCall(Expression e) -
Uses of NotNull in com.strobel.decompiler.patterns
Methods in com.strobel.decompiler.patterns with annotations of type NotNull Modifier and Type Method Description TypeReferenceAstTypeMatch. getType()java.util.Iterator<INode>Choice. iterator() -
Uses of NotNull in com.strobel.expressions
Method parameters in com.strobel.expressions with annotations of type NotNull Modifier and Type Method Description static ExpressionContextExpressionContext. create(java.lang.invoke.MethodHandles.Lookup packageAccess)static ExpressionContextExpressionContext. push(java.lang.invoke.MethodHandles.Lookup packageAccess)Constructor parameters in com.strobel.expressions with annotations of type NotNull Constructor Description ExpressionContext(java.lang.invoke.MethodHandles.Lookup packageAccess, boolean isDefault) -
Uses of NotNull in com.strobel.reflection
Fields in com.strobel.reflection with annotations of type NotNull Modifier and Type Field Description (package private) TypeBindingsTypeBinder.CacheEntry. bindings(package private) Type<?>TypeBinder.CacheEntry. typeMethods in com.strobel.reflection with annotations of type NotNull Modifier and Type Method Description java.lang.annotation.Annotation[]ArrayType. getAnnotations()java.lang.annotation.Annotation[]ConstructorInfo. getAnnotations()java.lang.annotation.Annotation[]DelegatingMethodInfo. getAnnotations()java.lang.annotation.Annotation[]ErasedField. getAnnotations()java.lang.annotation.Annotation[]ErasedMethod. getAnnotations()java.lang.annotation.Annotation[]ErasedType. getAnnotations()java.lang.annotation.Annotation[]FieldInfo. getAnnotations()java.lang.annotation.Annotation[]GenericParameter. getAnnotations()java.lang.annotation.Annotation[]GenericType. getAnnotations()java.lang.annotation.Annotation[]MemberInfo. getAnnotations()java.lang.annotation.Annotation[]MethodInfo. getAnnotations()java.lang.annotation.Annotation[]PrimitiveType. getAnnotations()java.lang.annotation.Annotation[]ReflectedMethod. getAnnotations()java.lang.annotation.Annotation[]RuntimeFieldInfo. getAnnotations()java.lang.annotation.Annotation[]RuntimeMethodInfo. getAnnotations()java.lang.annotation.Annotation[]RuntimeType. getAnnotations()java.lang.annotation.Annotation[]Type. getAnnotations()java.lang.annotation.Annotation[]ArrayType. getDeclaredAnnotations()java.lang.annotation.Annotation[]ConstructorInfo. getDeclaredAnnotations()java.lang.annotation.Annotation[]DelegatingMethodInfo. getDeclaredAnnotations()java.lang.annotation.Annotation[]ErasedField. getDeclaredAnnotations()java.lang.annotation.Annotation[]ErasedMethod. getDeclaredAnnotations()java.lang.annotation.Annotation[]ErasedType. getDeclaredAnnotations()java.lang.annotation.Annotation[]FieldInfo. getDeclaredAnnotations()java.lang.annotation.Annotation[]GenericParameter. getDeclaredAnnotations()java.lang.annotation.Annotation[]GenericType. getDeclaredAnnotations()java.lang.annotation.Annotation[]MemberInfo. getDeclaredAnnotations()java.lang.annotation.Annotation[]MethodInfo. getDeclaredAnnotations()java.lang.annotation.Annotation[]PrimitiveType. getDeclaredAnnotations()java.lang.annotation.Annotation[]ReflectedMethod. getDeclaredAnnotations()java.lang.annotation.Annotation[]RuntimeFieldInfo. getDeclaredAnnotations()java.lang.annotation.Annotation[]RuntimeMethodInfo. getDeclaredAnnotations()java.lang.annotation.Annotation[]RuntimeType. getDeclaredAnnotations()java.lang.annotation.Annotation[]Type. getDeclaredAnnotations()Type<?>Type. getUnderlyingType()protected Type<?>ErasedType. getUnderlyingTypeCore()protected Type<?>Type. getUnderlyingTypeCore()ConstructorListConstructorList. subList(int fromIndex, int toIndex)FieldListFieldList. subList(int fromIndex, int toIndex)MemberList<T>MemberList. subList(int fromIndex, int toIndex)MethodListMethodList. subList(int fromIndex, int toIndex)TypeListTypeList. subList(int fromIndex, int toIndex)Method parameters in com.strobel.reflection with annotations of type NotNull Modifier and Type Method Description Type<?>Type. asSuperTypeOf(Type<?> type)Constructor parameters in com.strobel.reflection with annotations of type NotNull Constructor Description CacheEntry(TypeBindings bindings, Type<?> type)CacheEntry(TypeBindings bindings, Type<?> type) -
Uses of NotNull in com.strobel.reflection.emit
Methods in com.strobel.reflection.emit with annotations of type NotNull Modifier and Type Method Description java.lang.annotation.Annotation[]ConstructorBuilder. getAnnotations()java.lang.annotation.Annotation[]FieldBuilder. getAnnotations()java.lang.annotation.Annotation[]MethodBuilder. getAnnotations()java.lang.annotation.Annotation[]TypeBuilder. getAnnotations()java.lang.annotation.Annotation[]ConstructorBuilder. getDeclaredAnnotations()java.lang.annotation.Annotation[]FieldBuilder. getDeclaredAnnotations()java.lang.annotation.Annotation[]MethodBuilder. getDeclaredAnnotations()java.lang.annotation.Annotation[]TypeBuilder. getDeclaredAnnotations() -
Uses of NotNull in com.strobel.util
Method parameters in com.strobel.util with annotations of type NotNull Modifier and Type Method Description static java.lang.StringTypeUtils. getInternalName(java.lang.Class<?> clazz)
-