public final class InjektionAnalyserResult extends Object implements IInjektionAnalyserResult
| Modifier and Type | Method and Description |
|---|---|
static IInjektionAnalyserResult |
create(Class type,
List<IInjektionAnalyserValueResult> results) |
static IInjektionAnalyserResult |
create(Class type,
List<IInjektionAnalyserValueResult> results,
IInjectingFactory factory) |
IInjectingFactory |
getFactory() |
Class |
getType() |
Iterable<Class> |
getTypes() |
boolean |
hasIterable() |
boolean |
hasNullable() |
boolean |
isFactory() |
boolean |
isIndependent() |
boolean |
isIterable(Class clazz) |
boolean |
isNullable(Class clazz) |
public static IInjektionAnalyserResult create(Class type, List<IInjektionAnalyserValueResult> results)
public static IInjektionAnalyserResult create(Class type, List<IInjektionAnalyserValueResult> results, IInjectingFactory factory)
public Iterable<Class> getTypes()
getTypes in interface IInjektionAnalyserResultpublic boolean isNullable(Class clazz)
isNullable in interface IInjektionAnalyserResultpublic boolean isIterable(Class clazz)
isIterable in interface IInjektionAnalyserResultpublic boolean hasNullable()
hasNullable in interface IInjektionAnalyserResultpublic boolean hasIterable()
hasIterable in interface IInjektionAnalyserResultpublic boolean isIndependent()
isIndependent in interface IInjektionAnalyserResultpublic Class getType()
getType in interface IInjektionObjectDescriptionpublic IInjectingFactory getFactory()
getFactory in interface IInjektionObjectDescriptionpublic boolean isFactory()
isFactory in interface IInjektionObjectDescriptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.