A B C D E F G H I J K M O P R S T V W

A

AbstractTestReflectionMatcher<T> - Class in com.lexicalscope.fluentreflection
 
AbstractTestReflectionMatcher() - Constructor for class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
ancestorInterfacesAreFound() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnTypeHierarchy
 
annotatedField0 - Variable in class com.lexicalscope.fluentreflection.usecases.TestCanFindAllAnnotatedFields.AnnotatedFields
 
annotatedField2 - Variable in class com.lexicalscope.fluentreflection.usecases.TestCanFindAllAnnotatedFields.AnnotatedFields
 
assertHasDescription(ReflectionMatcher<?>, Matcher<String>) - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 

B

beanDoesNotNeedGetAndSetPrefixes() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMapBuilder
 
beanWithoutPropertiesGivesNotEmptyMap() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
beanWithoutPropertiesHasZeroSize() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
beanWithPropertiesGivesNotEmptyMap() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
beanWithPropertiesHasCorrectSize() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
bindingStaticMethodIsNotAllowed() - Method in class com.lexicalscope.fluentreflection.TestBoundReflectedMethodImpl
 
boundEqualsIsFalseForTheDifferentBoundInstances() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
boundEqualsIsTrueForTheSameInstance() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
boundMethodCanBeCalled() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnBoundMethods
 
boundMethodReturnTypeIsAvailable() - Method in class com.lexicalscope.fluentreflection.TestBoundReflectedMethodImpl
 
boundMethodToStringIsAllowed() - Method in class com.lexicalscope.fluentreflection.TestBoundReflectedMethodImpl
 
boundToStringIsUseful() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 

C

callable - Variable in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
callingInstanceMethodWithoutInstanceFails() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod
 
callingInstanceMethodWithWrongInstanceType() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod
 
callingMethodWithReturnValueReturnsValue() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod
 
callSimpleStaticMethod() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods
 
callStaticMethodWithOneArgumentIfMultipleMatches() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods
 
callStaticMethodWithReturnValue() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods
 
callstaticMethodWithTwoArguments() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods
 
canCallMethodWithOneArgumentIfMultipleMatches() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod
 
canCallPostConstructMethodsInTheCorrectOrder() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanCallAnnotatedMethodsInTheRightOrder
 
canCallPreDestroyMethodsInTheCorrectOrder() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanCallAnnotatedMethodsInTheRightOrder
 
canDefineDefaultImplementationForUnmatchedMethods() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestFluentDynamicProxy
 
canDefineDefaultImplementationForUnmatchedMethods() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestLightweightFluentDynamicProxy
 
canFindConstructorsByTheNumberOfArguments() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnConstructors
 
canFindFieldByName() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
canGetBindUsingMethodArguments() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestFluentDynamicProxy
 
canGetBindUsingMethodArguments() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestLightweightFluentDynamicProxy
 
canGetMethodArguments() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestFluentDynamicProxy
 
canGetMethodArguments() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestLightweightFluentDynamicProxy
 
canGetReflectedClassAsASuperType() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClass
 
canLowercaseProperties() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMapBuilder
 
canMatchNoArguments() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionMatchersArgumentTypes
 
canMatchPackageFieldVisibility() - Method in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity
 
canMatchPackageMethodVisibility() - Method in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity
 
canMatchPrivateFieldVisibility() - Method in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity
 
canMatchPrivateMethodVisibility() - Method in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity
 
canMatchProtectedFieldVisibility() - Method in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity
 
canMatchProtectedMethodVisibility() - Method in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity
 
canMatchPublicFieldVisibility() - Method in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity
 
canMatchPublicMethodVisibility() - Method in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity
 
canMatchReturnTypeByReflectedClass() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionMatchersHasReturnType
 
cannotCallFieldWithTooManyArguments() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
canNotFindStaticFieldOfBoundObject() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
cannotReadFieldWithoutInstance() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
cannotRemoveFromEntrySet() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
cannotRemoveFromEntrySetIterator() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
cannotRemoveFromKeySet() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
cannotRemoveFromKeySetIterator() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
canProxyMultipleMethods() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestFluentDynamicProxy
 
canProxyMultipleMethods() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestLightweightFluentDynamicProxy
 
canReadAnnotationOnMethod() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnAnnotatedMethods
 
canReadPackageField() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields
 
canReadPrivateField() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields
 
canReadProtectedField() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields
 
canReadPublicField() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields
 
canReturnDifferentValuesFromEachProxiedMethod() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestFluentDynamicProxy
 
canReturnDifferentValuesFromEachProxiedMethod() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestLightweightFluentDynamicProxy
 
canReturnValueFromProxiedMethod() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestFluentDynamicProxy
 
canReturnValueFromProxiedMethod() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestLightweightFluentDynamicProxy
 
canSelectAllFieldThatAreAnnotated() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanFindAllAnnotatedFields
 
canSelectAllGetters() - Method in class com.lexicalscope.fluentreflection.usecases.TestFindAllBeanMethods
 
canSelectAllReadableProperties() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMapBuilder
 
canSelectAllSetters() - Method in class com.lexicalscope.fluentreflection.usecases.TestFindAllBeanMethods
 
canSelectAllWritableProperties() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMapBuilder
 
canSelectOnlyReadWriteProperties() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMapBuilder
 
canSelectReadableOnlyProperties() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMapBuilder
 
canSelectWritableOnlyProperties() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMapBuilder
 
canSetPackageField() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields
 
canSetPrivateField() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields
 
canSetProtectedField() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields
 
canSetPublicField() - Method in class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields
 
canThrowException() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestFluentDynamicProxy
 
canThrowException() - Method in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestLightweightFluentDynamicProxy
 
canWriteField() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
changesToReadOnlyPropertyAreReturnedByMap() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
changesToWriteOnlyPropertyAreIgnoredByMap() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
classCanBeConvertedToReflectedType() - Method in class com.lexicalscope.fluentreflection.TestConvertClassToReflectedType
 
classConvertedToMatcherForReflectedType() - Method in class com.lexicalscope.fluentreflection.TestConvertClassToReflectedTypeMatcher
 
classIsConvertedToReflectedType() - Method in class com.lexicalscope.fluentreflection.TestConvertReflectedType2Class
 
classUnderReflectionIsCorrect() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedObject
 
classUnderReflectionReturnsClassUnderReflection() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInterface
 
clearIsUnsupported() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
com.lexicalscope.fluentreflection - package com.lexicalscope.fluentreflection
 
com.lexicalscope.fluentreflection.bean.endtoend - package com.lexicalscope.fluentreflection.bean.endtoend
 
com.lexicalscope.fluentreflection.dynamicproxy.endtoend - package com.lexicalscope.fluentreflection.dynamicproxy.endtoend
 
com.lexicalscope.fluentreflection.endtoend - package com.lexicalscope.fluentreflection.endtoend
 
com.lexicalscope.fluentreflection.usecases - package com.lexicalscope.fluentreflection.usecases
 
constructFindsConstructorAndBindsReflectedResult() - Method in class com.lexicalscope.fluentreflection.TestReflectedClassImpl
 
constructor - Variable in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
constructorIsConvertedToReflectedConstructor() - Method in class com.lexicalscope.fluentreflection.TestConvertConstructorToReflectedConstructor
 
constructUsingAnyConstructorIfMultipleMatchers() - Method in class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection
 
constructUsingDefaultConstructor() - Method in class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection
 
constructUsingOneArgumentConstructor() - Method in class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection
 
constructUsingOneArgumentWithNullValueConstructor() - Method in class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection
 
constructUsingTwoArgumentConstructor() - Method in class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection
 
constructUsingTwoArgumentWithOneNullValueConstructor() - Method in class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection
 
constructUsingTwoArgumentWithTwoNullValueConstructor() - Method in class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection
 
containsChangedReadableValues() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
containsInitialReadableValues() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
context - Variable in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
context - Variable in class com.lexicalscope.fluentreflection.TestBoundReflectedFieldImpl
 
context - Variable in class com.lexicalscope.fluentreflection.TestBoundReflectedMemberImpl
 
context - Variable in class com.lexicalscope.fluentreflection.TestMatcherAnd
 
context - Variable in class com.lexicalscope.fluentreflection.TestMatcherOr
 
context - Variable in class com.lexicalscope.fluentreflection.TestReflectedClassImpl
 

D

declaredSubclassMethodsAreFound() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInherentedMethods
 
declaredSuperclassMethodsAreFound() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInherentedMethods
 
descriptionDescribesBothMatchers() - Method in class com.lexicalscope.fluentreflection.TestMatcherAnd
 
descriptionDescribesBothMatchers() - Method in class com.lexicalscope.fluentreflection.TestMatcherOr
 
descriptionWithSingleMatcherIsSensible() - Method in class com.lexicalscope.fluentreflection.TestMatcherAnd
 
descriptionWithSingleMatcherIsSensible() - Method in class com.lexicalscope.fluentreflection.TestMatcherOr
 
doesNotContainsWriteOnlyValues() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 

E

entrySetAllowsValuesToBeChanged() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
entrySetContainsAllPropertiesAndReadableValues() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
equalsIsTrueWhenTheFieldsAreTheSameAsEachOther() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
equalsIsTrueWhenTheThatIsARandomOtherObject() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
equalsWorks() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClass
 
exception - Variable in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestFluentDynamicProxy
 
exception - Variable in class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestLightweightFluentDynamicProxy
 
exception - Variable in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
exception - Variable in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod
 
exception - Variable in class com.lexicalscope.fluentreflection.TestBoundReflectedMethodImpl
 

F

failingTarget() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
failingTarget() - Method in class com.lexicalscope.fluentreflection.TestMatcherAnyReflectedType
 
field0 - Variable in class com.lexicalscope.fluentreflection.usecases.TestCanFindAllAnnotatedFields.AnnotatedFields
 
field2 - Variable in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields.Fields
 
field2 - Variable in class com.lexicalscope.fluentreflection.usecases.TestCanFindAllAnnotatedFields.AnnotatedFields
 
fieldDeclaringTypeIsCorrect() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
fieldHasOneArgument() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
fieldProtected - Variable in class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields.AnnotatedFields
 
fieldProtected - Variable in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity.AnnotatedFields
 
fieldPublic - Variable in class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields.AnnotatedFields
 
fieldPublic - Variable in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity.AnnotatedFields
 
finalField0 - Variable in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields.Fields
 
finalFieldsAreMarkedAsFinal() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
finalMethod() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 

G

genericMethodWithParameterizedGenericReturnArgument() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
getFieldProtected() - Method in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity.AnnotatedFields
 
getFieldPublic() - Method in class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity.AnnotatedFields
 
getNonExistentPropertyGivesNull() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 

H

hasDescription() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherAnyReflectedType
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherArgumentCount
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherConstructorReflectingOn
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementDeclaredBy
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameContaining
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameEndingWith
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameMatching
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameStartingWith
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasVoidReturn
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementNamed
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementWithArguments
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherReflectedTypeReflectingOn
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasInterfaces
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoInterfaces
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoSuperclasses
 
hasDescription() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeIsInterface
 
hashCodeIsTheSameForTheSameBoundInstance() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
hashCodeWorks() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClass
 

I

ifBothMatcherMatchesThenTrue() - Method in class com.lexicalscope.fluentreflection.TestMatcherAnd
 
ifBothMatcherMatchesThenTrue() - Method in class com.lexicalscope.fluentreflection.TestMatcherOr
 
ifNeitherMatcherMatchesThenFalse() - Method in class com.lexicalscope.fluentreflection.TestMatcherOr
 
ifOnlyOneMatcherMatchesThenFalse() - Method in class com.lexicalscope.fluentreflection.TestMatcherAnd
 
ifOnlyOneMatcherMatchesThenTrue() - Method in class com.lexicalscope.fluentreflection.TestMatcherOr
 
initalValueOfPropertyIsZero() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
initalValueOfReadOnlyPropertyIsNull() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
initalValueOfWriteOnlyPropertyIsNull() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
instanceMethodArgumentsCountIsCorrect() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedObject
 
instanceMethodArgumentTypeIsCorrect() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod
 
instanceMethodArgumentTypeIsCorrect() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedObject
 
instanceMethodDeclaringTypeIsCorrect() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedObject
 
instanceMethodsCanBeCalled() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedObject
 
instanceMethodsCanHaveReturnTypeBoundAndBeCalled() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedObject
 
instanceMethodsWithArgumentsCanBeCalled() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedObject
 
isFinalIsDelegated() - Method in class com.lexicalscope.fluentreflection.TestBoundReflectedMemberImpl
 
isStaticIsDelegated() - Method in class com.lexicalscope.fluentreflection.TestBoundReflectedMemberImpl
 

J

joorArrayExample() - Method in class com.lexicalscope.fluentreflection.usecases.TestJoorExamples
Employee[] employees = on(department).call("getEmployees").get(); for (Employee employee : employees) { Street street = on(employee).call("getAddress").call("getStreet").get(); System.out.println(street); }
joorStringExample() - Method in class com.lexicalscope.fluentreflection.usecases.TestJoorExamples
String world = on("java.lang.String") // Like Class.forName() .create("Hello World") // Call the most specific matching constructor .call("substring", 6) // Call the most specific matching substring() method .call("toString") // Call toString() .get(); // Get the wrapped object, in this case a String
joorStringExampleWithMatchers() - Method in class com.lexicalscope.fluentreflection.usecases.TestJoorExamples
 

K

keySetContainsAllProperties() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 

M

mapBeanEqualToItself() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBean
 
mapBeanEqualToItself() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBeanWithNoPrefixes
 
mapBeanNotEqualToSecondBeanOnTheSameMap() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBean
 
mapBeanNotEqualToSecondBeanOnTheSameMap() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBeanWithNoPrefixes
 
mapBeanOptionalCollectionQueryMethodIsFalseIfTheListIsNotPresent() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBean
 
mapBeanOptionalCollectionQueryMethodIsFalseIfTheListIsNotPresent() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBeanWithNoPrefixes
 
mapCanBeQueriedViaInterface() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBean
 
mapCanBeQueriedViaInterface() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBeanWithNoPrefixes
 
mapCanBeReadViaInterface() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBean
 
mapCanBeReadViaInterface() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBeanWithNoPrefixes
 
mapCanBeSetViaInterface() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBean
 
mapCanBeSetViaInterface() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBeanWithNoPrefixes
 
matcher() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherAnyReflectedType
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherArgumentCount
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherConstructorReflectingOn
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementDeclaredBy
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameContaining
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameEndingWith
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameMatching
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameStartingWith
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasVoidReturn
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementNamed
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementWithArguments
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherReflectedTypeReflectingOn
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasInterfaces
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoInterfaces
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoSuperclasses
 
matcher() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeIsInterface
 
matcherCanFailToMatch() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
matcherCanMatch() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
matcherDescriptionMakesSense() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
matchingAnnotationIsReflectedOn() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnAnnotatedMethods
 
memberUnderReflectionIsDelegated() - Method in class com.lexicalscope.fluentreflection.TestBoundReflectedFieldImpl
 
method - Variable in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
method() - Method in interface com.lexicalscope.fluentreflection.endtoend.TestReflectionMatchersArgumentTypes.A
 
method() - Method in interface com.lexicalscope.fluentreflection.endtoend.TestReflectionMatchersHasReturnType.B
 
method() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnBoundMethods.ExampleClass
 
methodCanBeSelectedByArgument() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInterface
 
methodsAreFound() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedObject
 
methodsCanBeSelectedByPrefix() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInterface
 
methodsCanBeSelectedByRegularExpression() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInterface
 
methodsCanBeSelectedBySuffix() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInterface
 
methodsWithNoArgumentsCanBeSelected() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInterface
 
methodWithBoundParameterizedGenericArgument() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
methodWithBoundParameterizedGenericReturnType() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
methodWithGenericArgument() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
methodWithGenericReturnType() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
methodWithOneArgument(String) - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod.ClassWithInstanceMethods
 
methodWithOneArgument(Object) - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod.ClassWithInstanceMethods
 
methodWithOneArgument() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
methodWithParameterizedGenericReturnArgument() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
methodWithParameterizedGenericReturnType() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
methodWithReturnValue() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod.ClassWithInstanceMethods
 
methodWithTwoArguments(String, Integer) - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod.ClassWithInstanceMethods
 
methodWithTwoArguments() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
methodWithTwoArgumentsCanBeCalled() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod
 
methodWithTwoArgumentsHasCorrectArgumentCount() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod
 
methodWithTwoArgumentsHasCorrectArgumentCount() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods
 
missingFieldThrowsException() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 

O

objectIsConvertedToClass() - Method in class com.lexicalscope.fluentreflection.TestConvertObjectToClass
 
otherMethod() - Method in interface com.lexicalscope.fluentreflection.endtoend.TestReflectionMatchersHasReturnType.B
 

P

packageToStringIsUseful() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
parameterizedGenericMethodWithGenericReturnType() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
privateMethod() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
propertyIsPresent() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
propertyNameIsAvailable() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
protectedMethod() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
publicField - Variable in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields.Fields
 
publicFieldToStringIsUseful() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
publicMethod() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
putAllIgnoresReadOnlyProperties() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
putAllUpdatesWritableProperties() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
putAllWithNonExistentPropertyThrowsException() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
putNonExistentPropertyCausesException() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 

R

readOnlyPropertyIsPresent() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
removeIsUnsupported() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
resetStaticFixture() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods
 

S

settingValueOfMapReturnsOldValue() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
settingValueOfObjectUpdatesMap() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
settingValueOfPropertyUpdatesObject() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
settingValueOfReadOnlyPropertyInMapReturnsOldValue() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
settingValueOfReadOnlyPropertyIsIgnoredByObject() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
settingValueOfWriteOnlyPropertyInMapReturnsNullValue() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
settingValueOfWriteOnlyPropertyUpdatesObject() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
setUp() - Method in class com.lexicalscope.fluentreflection.TestBoundReflectedFieldImpl
 
setUp() - Method in class com.lexicalscope.fluentreflection.TestBoundReflectedMemberImpl
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherArgumentCount
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherConstructorReflectingOn
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementDeclaredBy
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameContaining
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameEndingWith
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameMatching
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameStartingWith
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasVoidReturn
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementNamed
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementWithArguments
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherReflectedTypeReflectingOn
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasInterfaces
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoInterfaces
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoSuperclasses
 
setupFailingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeIsInterface
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherArgumentCount
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherConstructorReflectingOn
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementDeclaredBy
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameContaining
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameEndingWith
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameMatching
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameStartingWith
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasVoidReturn
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementNamed
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementWithArguments
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherReflectedTypeReflectingOn
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasInterfaces
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoInterfaces
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoSuperclasses
 
setupMatchingCase() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeIsInterface
 
simpleMethod() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod.ClassWithInstanceMethods
 
simpleMethodCanBeCalled() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod
 
simpleStaticMethod() - Static method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods.ClassWithStaticMethods
 
staticField0 - Static variable in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields.Fields
 
staticFinalField0 - Static variable in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields.Fields
 
staticFinalToStringIsUseful() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
staticMethod() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
staticMethodsAreNotFound() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedObject
 
staticMethodWithOneArgument(String) - Static method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods.ClassWithStaticMethods
 
staticMethodWithOneArgument(Object) - Static method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods.ClassWithStaticMethods
 
staticMethodWithReturnValue() - Static method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods.ClassWithStaticMethods
 
staticMethodWithTwoArguments(String, Integer) - Static method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods.ClassWithStaticMethods
 
staticToStringIsUseful() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
subclassMethodsIncludeSubclassMethods() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInherentedMethods
 
subclassMethodsIncludeSubinterfaceMethods() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInherentedMethods
 
subclassMethodsIncludeSuperclassMethods() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInherentedMethods
 
subclassMethodsIncludeSuperinterfaceMethods() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInherentedMethods
 
subinterfaceMethodsIncludeSubinterfaceMethods() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInherentedMethods
 
subinterfaceMethodsIncludeSuperinterfaceMethods() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInherentedMethods
 
subsubclassMethodsIncludeSuperclassMethods() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInherentedMethods
 
superClassesReturnedInOrder() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnTypeHierarchy
 

T

target() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherAnyReflectedType
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherArgumentCount
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherConstructorReflectingOn
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementDeclaredBy
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameContaining
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameEndingWith
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameMatching
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasNameStartingWith
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementHasVoidReturn
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementNamed
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherElementWithArguments
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherReflectedTypeReflectingOn
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasInterfaces
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoInterfaces
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoSuperclasses
 
target() - Method in class com.lexicalscope.fluentreflection.TestMatcherTypeIsInterface
 
TestBeanMap - Class in com.lexicalscope.fluentreflection.bean.endtoend
 
TestBeanMap() - Constructor for class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
TestBeanMapBuilder - Class in com.lexicalscope.fluentreflection.bean.endtoend
 
TestBeanMapBuilder() - Constructor for class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMapBuilder
 
TestBoundReflectedFieldImpl - Class in com.lexicalscope.fluentreflection
 
TestBoundReflectedFieldImpl() - Constructor for class com.lexicalscope.fluentreflection.TestBoundReflectedFieldImpl
 
TestBoundReflectedMemberImpl - Class in com.lexicalscope.fluentreflection
 
TestBoundReflectedMemberImpl() - Constructor for class com.lexicalscope.fluentreflection.TestBoundReflectedMemberImpl
 
TestBoundReflectedMethodImpl - Class in com.lexicalscope.fluentreflection
 
TestBoundReflectedMethodImpl() - Constructor for class com.lexicalscope.fluentreflection.TestBoundReflectedMethodImpl
 
TestCanCallAnnotatedMethodsInTheRightOrder - Class in com.lexicalscope.fluentreflection.usecases
 
TestCanCallAnnotatedMethodsInTheRightOrder() - Constructor for class com.lexicalscope.fluentreflection.usecases.TestCanCallAnnotatedMethodsInTheRightOrder
 
TestCanFindAllAnnotatedFields - Class in com.lexicalscope.fluentreflection.usecases
 
TestCanFindAllAnnotatedFields() - Constructor for class com.lexicalscope.fluentreflection.usecases.TestCanFindAllAnnotatedFields
 
TestCanFindAllAnnotatedFields.AnnotatedFields - Class in com.lexicalscope.fluentreflection.usecases
 
TestCanFindAllAnnotatedFields.AnnotatedFields() - Constructor for class com.lexicalscope.fluentreflection.usecases.TestCanFindAllAnnotatedFields.AnnotatedFields
 
TestCanReadAndSetFields - Class in com.lexicalscope.fluentreflection.usecases
 
TestCanReadAndSetFields() - Constructor for class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields
 
TestCanReadAndSetFields.AnnotatedFields - Class in com.lexicalscope.fluentreflection.usecases
 
TestCanReadAndSetFields.AnnotatedFields() - Constructor for class com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields.AnnotatedFields
 
TestConvertClassToReflectedType - Class in com.lexicalscope.fluentreflection
 
TestConvertClassToReflectedType() - Constructor for class com.lexicalscope.fluentreflection.TestConvertClassToReflectedType
 
TestConvertClassToReflectedTypeMatcher - Class in com.lexicalscope.fluentreflection
 
TestConvertClassToReflectedTypeMatcher() - Constructor for class com.lexicalscope.fluentreflection.TestConvertClassToReflectedTypeMatcher
 
TestConvertConstructorToReflectedConstructor - Class in com.lexicalscope.fluentreflection
 
TestConvertConstructorToReflectedConstructor() - Constructor for class com.lexicalscope.fluentreflection.TestConvertConstructorToReflectedConstructor
 
TestConvertObjectToClass - Class in com.lexicalscope.fluentreflection
 
TestConvertObjectToClass() - Constructor for class com.lexicalscope.fluentreflection.TestConvertObjectToClass
 
TestConvertReflectedType2Class - Class in com.lexicalscope.fluentreflection
 
TestConvertReflectedType2Class() - Constructor for class com.lexicalscope.fluentreflection.TestConvertReflectedType2Class
 
TestFindAllBeanMethods - Class in com.lexicalscope.fluentreflection.usecases
 
TestFindAllBeanMethods() - Constructor for class com.lexicalscope.fluentreflection.usecases.TestFindAllBeanMethods
 
TestFluentDynamicProxy - Class in com.lexicalscope.fluentreflection.dynamicproxy.endtoend
 
TestFluentDynamicProxy() - Constructor for class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestFluentDynamicProxy
 
TestIdentifyMembersByVisibiity - Class in com.lexicalscope.fluentreflection.usecases
 
TestIdentifyMembersByVisibiity() - Constructor for class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity
 
TestIdentifyMembersByVisibiity.AnnotatedFields - Class in com.lexicalscope.fluentreflection.usecases
 
TestIdentifyMembersByVisibiity.AnnotatedFields() - Constructor for class com.lexicalscope.fluentreflection.usecases.TestIdentifyMembersByVisibiity.AnnotatedFields
 
TestJoorExamples - Class in com.lexicalscope.fluentreflection.usecases
 
TestJoorExamples() - Constructor for class com.lexicalscope.fluentreflection.usecases.TestJoorExamples
 
TestLightweightFluentDynamicProxy - Class in com.lexicalscope.fluentreflection.dynamicproxy.endtoend
 
TestLightweightFluentDynamicProxy() - Constructor for class com.lexicalscope.fluentreflection.dynamicproxy.endtoend.TestLightweightFluentDynamicProxy
 
TestMapBean - Class in com.lexicalscope.fluentreflection.bean.endtoend
 
TestMapBean() - Constructor for class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBean
 
TestMapBeanWithNoPrefixes - Class in com.lexicalscope.fluentreflection.bean.endtoend
 
TestMapBeanWithNoPrefixes() - Constructor for class com.lexicalscope.fluentreflection.bean.endtoend.TestMapBeanWithNoPrefixes
 
TestMatcherAnd - Class in com.lexicalscope.fluentreflection
 
TestMatcherAnd() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherAnd
 
TestMatcherAnyReflectedType - Class in com.lexicalscope.fluentreflection
 
TestMatcherAnyReflectedType() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherAnyReflectedType
 
TestMatcherArgumentCount - Class in com.lexicalscope.fluentreflection
 
TestMatcherArgumentCount() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherArgumentCount
 
TestMatcherConstructorReflectingOn - Class in com.lexicalscope.fluentreflection
 
TestMatcherConstructorReflectingOn() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherConstructorReflectingOn
 
TestMatcherElementDeclaredBy - Class in com.lexicalscope.fluentreflection
 
TestMatcherElementDeclaredBy() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherElementDeclaredBy
 
TestMatcherElementHasNameContaining - Class in com.lexicalscope.fluentreflection
 
TestMatcherElementHasNameContaining() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherElementHasNameContaining
 
TestMatcherElementHasNameEndingWith - Class in com.lexicalscope.fluentreflection
 
TestMatcherElementHasNameEndingWith() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherElementHasNameEndingWith
 
TestMatcherElementHasNameMatching - Class in com.lexicalscope.fluentreflection
 
TestMatcherElementHasNameMatching() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherElementHasNameMatching
 
TestMatcherElementHasNameStartingWith - Class in com.lexicalscope.fluentreflection
 
TestMatcherElementHasNameStartingWith() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherElementHasNameStartingWith
 
TestMatcherElementHasVoidReturn - Class in com.lexicalscope.fluentreflection
 
TestMatcherElementHasVoidReturn() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherElementHasVoidReturn
 
TestMatcherElementNamed - Class in com.lexicalscope.fluentreflection
 
TestMatcherElementNamed() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherElementNamed
 
TestMatcherElementWithArguments - Class in com.lexicalscope.fluentreflection
 
TestMatcherElementWithArguments() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherElementWithArguments
 
TestMatcherOr - Class in com.lexicalscope.fluentreflection
 
TestMatcherOr() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherOr
 
TestMatcherReflectedTypeReflectingOn - Class in com.lexicalscope.fluentreflection
 
TestMatcherReflectedTypeReflectingOn() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherReflectedTypeReflectingOn
 
TestMatcherReflectedTypeReflectingOnAssignableFrom - Class in com.lexicalscope.fluentreflection
 
TestMatcherReflectedTypeReflectingOnAssignableFrom() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherReflectedTypeReflectingOnAssignableFrom
 
TestMatcherTypeHasInterfaces - Class in com.lexicalscope.fluentreflection
 
TestMatcherTypeHasInterfaces() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherTypeHasInterfaces
 
TestMatcherTypeHasNoInterfaces - Class in com.lexicalscope.fluentreflection
 
TestMatcherTypeHasNoInterfaces() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoInterfaces
 
TestMatcherTypeHasNoSuperclasses - Class in com.lexicalscope.fluentreflection
 
TestMatcherTypeHasNoSuperclasses() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherTypeHasNoSuperclasses
 
TestMatcherTypeIsInterface - Class in com.lexicalscope.fluentreflection
 
TestMatcherTypeIsInterface() - Constructor for class com.lexicalscope.fluentreflection.TestMatcherTypeIsInterface
 
testPrimativeType() - Method in class com.lexicalscope.fluentreflection.TestMatcherReflectedTypeReflectingOnAssignableFrom
 
TestRawConstructionByReflection - Class in com.lexicalscope.fluentreflection.endtoend
 
TestRawConstructionByReflection() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection
 
TestRawConstructionByReflection.ClassWithAmbigiousConstructors - Class in com.lexicalscope.fluentreflection.endtoend
 
TestRawConstructionByReflection.ClassWithAmbigiousConstructors(Object) - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection.ClassWithAmbigiousConstructors
 
TestRawConstructionByReflection.ClassWithAmbigiousConstructors(String) - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection.ClassWithAmbigiousConstructors
 
TestRawConstructionByReflection.ClassWithDefaultConstructor - Class in com.lexicalscope.fluentreflection.endtoend
 
TestRawConstructionByReflection.ClassWithDefaultConstructor() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection.ClassWithDefaultConstructor
 
TestRawConstructionByReflection.ClassWithTwoConstructors - Class in com.lexicalscope.fluentreflection.endtoend
 
TestRawConstructionByReflection.ClassWithTwoConstructors(String) - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection.ClassWithTwoConstructors
 
TestRawConstructionByReflection.ClassWithTwoConstructors(String, Integer) - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection.ClassWithTwoConstructors
 
TestReflectedClass - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectedClass() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectedClass
 
TestReflectedClassFields - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectedClassFields() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields
 
TestReflectedClassFields.Fields - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectedClassFields.Fields() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassFields.Fields
 
TestReflectedClassImpl - Class in com.lexicalscope.fluentreflection
 
TestReflectedClassImpl() - Constructor for class com.lexicalscope.fluentreflection.TestReflectedClassImpl
 
TestReflectedClassInstanceMethod - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectedClassInstanceMethod() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod
 
TestReflectedClassInstanceMethod.ClassWithInstanceMethods - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectedClassInstanceMethod.ClassWithInstanceMethods() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod.ClassWithInstanceMethods
 
TestReflectedClassStaticMethods - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectedClassStaticMethods() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods
 
TestReflectedClassStaticMethods.ClassWithStaticMethods - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectedClassStaticMethods.ClassWithStaticMethods() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods.ClassWithStaticMethods
 
TestReflectedMethodToString - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectedMethodToString() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 
TestReflectedObject - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectedObject() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectedObject
 
TestReflectionMatchersArgumentTypes - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionMatchersArgumentTypes() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectionMatchersArgumentTypes
 
TestReflectionMatchersArgumentTypes.A - Interface in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionMatchersHasReturnType - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionMatchersHasReturnType() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectionMatchersHasReturnType
 
TestReflectionMatchersHasReturnType.A - Interface in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionMatchersHasReturnType.B - Interface in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionOnAnnotatedMethods - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionOnAnnotatedMethods() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnAnnotatedMethods
 
TestReflectionOnBoundMethods - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionOnBoundMethods() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnBoundMethods
 
TestReflectionOnBoundMethods.ExampleClass - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionOnBoundMethods.ExampleClass() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnBoundMethods.ExampleClass
 
TestReflectionOnConstructors - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionOnConstructors() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnConstructors
 
TestReflectionOnInherentedMethods - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionOnInherentedMethods() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInherentedMethods
 
TestReflectionOnInterface - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionOnInterface() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnInterface
 
TestReflectionOnTypeHierarchy - Class in com.lexicalscope.fluentreflection.endtoend
 
TestReflectionOnTypeHierarchy() - Constructor for class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnTypeHierarchy
 
topLevelClassHasNoSuperclasses() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnTypeHierarchy
 
topLevelClassImplementsNoInterfaces() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnTypeHierarchy
 
topLevelInterfaceHasNoInterfaces() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnTypeHierarchy
 
type - Variable in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 

V

valuesContainsAllValues() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 
visibilityIsDelegated() - Method in class com.lexicalscope.fluentreflection.TestBoundReflectedMemberImpl
 
voidMethodWithNoArguments() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectedMethodToString
 

W

whenMethodDeclaredBy(Class<?>) - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
whenMethodDoesNotHaveAnnotationAnnotatedWithReturnsFalse() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnAnnotatedMethods
 
whenMethodHasAnnotationAnnotatedWithReturnsTrue() - Method in class com.lexicalscope.fluentreflection.endtoend.TestReflectionOnAnnotatedMethods
 
whenMethodHasArguments(Class<?>...) - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
whenMethodHasName(String) - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
whenType(Class<?>) - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
whenTypeHasInterface(Class<?>) - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
whenTypeHasNoInterface() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
whenTypeHasNoSuperclass() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
whenTypeHasSuperclass(Class<?>) - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
whenTypeIsInterface() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
whenTypeIsNotInterface() - Method in class com.lexicalscope.fluentreflection.AbstractTestReflectionMatcher
 
writeOnlyPropertyIsPresent() - Method in class com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap
 

A B C D E F G H I J K M O P R S T V W

Copyright © 2011-2012 lexicalscope. All Rights Reserved.