Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.expression.spel Classes and Interfaces - 85 results found.
NameDescriptionTypePackageFramework
AssignRepresents assignment.Classorg.springframework.expression.spel.astSpring MVC
AstUtilsUtilities methods for use in the Ast classes.Classorg.springframework.expression.spel.astSpring MVC
BeanReferenceRepresents a bean reference to a type, for example @foo or @'foo.Classorg.springframework.expression.spel.astSpring MVC
BooleanLiteralRepresents the literal values TRUE and FALSE.Classorg.springframework.expression.spel.astSpring MVC
BooleanTypedValueClassorg.springframework.expression.spel.supportSpring MVC
CodeFlowManages the class being generated by the compilation process.Classorg.springframework.expression.spelSpring MVC
CodeFlow .ClinitAdderInterfaceorg.springframework.expression.spel.CodeFlowSpring MVC
CodeFlow .FieldAdderInterfaceorg.springframework.expression.spel.CodeFlowSpring MVC
CompilablePropertyAccessorA compilable property accessor is able to generate bytecode that representsthe access operation, facilitating compilation to bytecode of expressionsInterfaceorg.springframework.expression.spelSpring MVC
CompiledExpressionBase superclass for compiled expressions.Classorg.springframework.expression.spelSpring MVC
CompoundExpressionRepresents a DOT separated expression sequence, such as 'property1.Classorg.springframework.expression.spel.astSpring MVC
ConstructorReferenceRepresents the invocation of a constructor.Classorg.springframework.expression.spel.astSpring MVC
ElvisRepresents the elvis operator ?:.Classorg.springframework.expression.spel.astSpring MVC
ExpressionStateAn ExpressionState is for maintaining per-expression-evaluation state, any changes toit are not seen by other expressions but it gives a place to hold local variables andClassorg.springframework.expression.spelSpring MVC
FloatLiteralExpression language AST node that represents a float literal.Classorg.springframework.expression.spel.astSpring MVC
FormatHelperUtility methods (formatters, etc) used during parsing and evaluation.Classorg.springframework.expression.spel.astSpring MVC
FunctionReferenceA function reference is of the form #someFunction(a,b,c).Classorg.springframework.expression.spel.astSpring MVC
IdentifierClassorg.springframework.expression.spel.astSpring MVC
IndexerAn Indexer can index into some proceeding structure to access a particular piece of it.Classorg.springframework.expression.spel.astSpring MVC
InlineListRepresent a list in an expression, e.Classorg.springframework.expression.spel.astSpring MVC
InlineMapRepresent a map in an expression, e.Classorg.springframework.expression.spel.astSpring MVC
InternalParseExceptionWraps a real parse exception.Classorg.springframework.expression.spelSpring MVC
IntLiteralExpression language AST node that represents an integer literal.Classorg.springframework.expression.spel.astSpring MVC
LiteralCommon superclass for nodes representing literals (boolean, string, number, etc).Classorg.springframework.expression.spel.astSpring MVC
LongLiteralExpression language AST node that represents a long integer literal.Classorg.springframework.expression.spel.astSpring MVC
MethodReferenceExpression language AST node that represents a method reference.Classorg.springframework.expression.spel.astSpring MVC
NullLiteralExpression language AST node that represents null.Classorg.springframework.expression.spel.astSpring MVC
OpAndRepresents the boolean AND operation.Classorg.springframework.expression.spel.astSpring MVC
OpDecDecrement operator.Classorg.springframework.expression.spel.astSpring MVC
OpDivideClassorg.springframework.expression.spel.astSpring MVC
OpEQClassorg.springframework.expression.spel.astSpring MVC
OperatorCommon supertype for operators that operate on either one or two operands.Classorg.springframework.expression.spel.astSpring MVC
Operator .DescriptorComparisonA descriptor comparison encapsulates the result of comparing descriptor for two operands anddescribes at what level they are compatible.Classorg.springframework.expression.spel.ast.OperatorSpring MVC
OperatorBetweenRepresents the between operator.Classorg.springframework.expression.spel.astSpring MVC
OperatorInstanceofThe operator 'instanceof' checks if an object is of the class specified in the righthand operand, in the same way that instanceof does in Java.Classorg.springframework.expression.spel.astSpring MVC
OperatorMatchesThe first is a String and the second is a Java regex.Classorg.springframework.expression.spel.astSpring MVC
OperatorNotRepresents a NOT operation.Classorg.springframework.expression.spel.astSpring MVC
OperatorPowerClassorg.springframework.expression.spel.astSpring MVC
OpGEClassorg.springframework.expression.spel.astSpring MVC
OpGTClassorg.springframework.expression.spel.astSpring MVC
OpIncIncrement operator.Classorg.springframework.expression.spel.astSpring MVC
OpLEClassorg.springframework.expression.spel.astSpring MVC
OpLTClassorg.springframework.expression.spel.astSpring MVC
OpMinusThe minus operator supports:subtraction of numbersClassorg.springframework.expression.spel.astSpring MVC
OpModulusClassorg.springframework.expression.spel.astSpring MVC
OpMultiplyConversions and promotions are handled as defined inSection 5.Classorg.springframework.expression.spel.astSpring MVC
OpNEClassorg.springframework.expression.spel.astSpring MVC
OpOrRepresents the boolean OR operation.Classorg.springframework.expression.spel.astSpring MVC
OpPlusThe plus operator will:It can be used as a unary operator for numbers.Classorg.springframework.expression.spel.astSpring MVC
ProjectionRepresents projection, where a given operation is performed on all elements in someinput sequence, returning a new sequence of the same size.Classorg.springframework.expression.spel.astSpring MVC
PropertyOrFieldReferenceRepresents a simple property or field reference.Classorg.springframework.expression.spel.astSpring MVC
QualifiedIdentifierRepresents a dot separated sequence of strings that indicate a package qualified typeExample: java.Classorg.springframework.expression.spel.astSpring MVC
RealLiteralExpression language AST node that represents a real literal.Classorg.springframework.expression.spel.astSpring MVC
ReflectionHelperUtility methods used by the reflection resolver code to discover the appropriatemethods/constructors and fields that should be used in expressions.Classorg.springframework.expression.spel.supportSpring MVC
ReflectiveConstructorExecutorA simple ConstructorExecutor implementation that runs a constructor using reflectiveSince:3.Classorg.springframework.expression.spel.supportSpring MVC
ReflectiveConstructorResolverA constructor resolver that uses reflection to locate the constructor that should be invoked.Classorg.springframework.expression.spel.supportSpring MVC
ReflectiveMethodExecutorClassorg.springframework.expression.spel.supportSpring MVC
ReflectiveMethodResolverReflection-based MethodResolver used by default in StandardEvaluationContextunless explicit method resolvers have been specified.Classorg.springframework.expression.spel.supportSpring MVC
ReflectivePropertyAccessorSimple PropertyAccessor that uses reflection to access propertiesfor reading and writing.Classorg.springframework.expression.spel.supportSpring MVC
ReflectivePropertyAccessor .OptimalPropertyAccessorAn optimized form of a PropertyAccessor that will use reflection but only knowshow to access a particular property on a particular class.Classorg.springframework.expression.spel.support.ReflectivePropertyAccessorSpring MVC
SelectionRepresents selection over a map or collection.Classorg.springframework.expression.spel.astSpring MVC
SpelCompilerA SpelCompiler will take a regular parsed expression and create (and load) a classcontaining byte code that does the same thing as that expression.Classorg.springframework.expression.spel.standardSpring MVC
SpelCompilerModeenum SpelCompilerModeCaptures the possible configuration settings for a compiler that can beClassorg.springframework.expression.spelSpring MVC
SpelEvaluationExceptionRoot exception for Spring EL related exceptions.Classorg.springframework.expression.spelSpring MVC
SpelExpressionA SpelExpression represents a parsed (valid) expression that is ready to beevaluated in a specified context.Classorg.springframework.expression.spel.standardSpring MVC
SpelExpressionParserSpEL parser.Classorg.springframework.expression.spel.standardSpring MVC
SpelMessageContains all the messages that can be produced by the Spring Expression Language.Classorg.springframework.expression.spelSpring MVC
SpelMessage .KindReturns the enum constant of this type with the specified name.Classorg.springframework.expression.spel.SpelMessageSpring MVC
SpelNodeRepresents a node in the Ast for a parsed expression.Interfaceorg.springframework.expression.spelSpring MVC
SpelNodeImplThe common supertype of all AST nodes in a parsed Spring Expression LanguageSince:3.Classorg.springframework.expression.spel.astSpring MVC
SpelParseExceptionRoot exception for Spring EL related exceptions.Classorg.springframework.expression.spelSpring MVC
SpelParserConfigurationConfiguration object for the SpEL expression parser.Classorg.springframework.expression.spelSpring MVC
StandardEvaluationContextProvides a default EvaluationContext implementation.Classorg.springframework.expression.spel.supportSpring MVC
StandardOperatorOverloaderClassorg.springframework.expression.spel.supportSpring MVC
StandardTypeComparatorA simple basic TypeComparator implementation.Classorg.springframework.expression.spel.supportSpring MVC
StandardTypeConverterDefault implementation of the TypeConverter interface,delegating to a core Spring ConversionService.Classorg.springframework.expression.spel.supportSpring MVC
StandardTypeLocatorA simple implementation of TypeLocator that uses the context ClassLoader(or any ClassLoader set upon it).Classorg.springframework.expression.spel.supportSpring MVC
StringLiteralExpression language AST node that represents a string literal.Classorg.springframework.expression.spel.astSpring MVC
TernaryRepresents a ternary expression, for example: someCheck()?true:false.Classorg.springframework.expression.spel.astSpring MVC
TypeCodeCaptures primitive types and their corresponding class objects, plus one special entrythat represents all reference (non-primitive) types.Classorg.springframework.expression.spel.astSpring MVC
TypeReferenceRepresents a reference to a type, for example T(String) or T(com.Classorg.springframework.expression.spel.astSpring MVC
ValueRefRepresents a reference to a value.Interfaceorg.springframework.expression.spel.astSpring MVC
ValueRef .NullValueRefA ValueRef for the null value.Classorg.springframework.expression.spel.ast.ValueRefSpring MVC
ValueRef .TypedValueHolderValueRefA ValueRef holder for a single value, which cannot be set.Classorg.springframework.expression.spel.ast.ValueRefSpring MVC
VariableReferenceRepresents a variable reference, eg.Classorg.springframework.expression.spel.astSpring MVC