Uses of Class
org.mule.metadata.ast.api.IntrospectionContext
-
Packages that use IntrospectionContext Package Description org.mule.metadata.ast.api org.mule.metadata.ast.internal -
-
Uses of IntrospectionContext in org.mule.metadata.ast.api
Methods in org.mule.metadata.ast.api with parameters of type IntrospectionContext Modifier and Type Method Description voidObjectFieldHandler. handle(Element element, ObjectTypeBuilder objectTypeBuilder, IntrospectionContext context, TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)Given anElementTypeBuilder<?>TypeHandler. handle(TypeMirror typeMirror, TypeVisitor<TypeBuilder<?>,IntrospectionContext> delegate, IntrospectionContext context)Handles a givenTypeMirrorand returns the correspondentTypeBuilderMethod parameters in org.mule.metadata.ast.api with type arguments of type IntrospectionContext Modifier and Type Method Description voidObjectFieldHandler. handle(Element element, ObjectTypeBuilder objectTypeBuilder, IntrospectionContext context, TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)Given anElementTypeBuilder<?>TypeHandler. handle(TypeMirror typeMirror, TypeVisitor<TypeBuilder<?>,IntrospectionContext> delegate, IntrospectionContext context)Handles a givenTypeMirrorand returns the correspondentTypeBuilder -
Uses of IntrospectionContext in org.mule.metadata.ast.internal
Method parameters in org.mule.metadata.ast.internal with type arguments of type IntrospectionContext Modifier and Type Method Description voidDefaultObjectFieldHandler. handle(Element element, ObjectTypeBuilder objectTypeBuilder, IntrospectionContext context, TypeVisitor<TypeBuilder<?>,IntrospectionContext> typeVisitor)
-