public class

BooleanTypedValue

extends TypedValue
java.lang.Object
   ↳ org.springframework.expression.TypedValue
     ↳ org.springframework.expression.spel.support.BooleanTypedValue

Summary

Fields
public static final BooleanTypedValue FALSE
public static final BooleanTypedValue TRUE
[Expand]
Inherited Fields
From class org.springframework.expression.TypedValue
Public Methods
static BooleanTypedValue forValue(boolean b)
[Expand]
Inherited Methods
From class org.springframework.expression.TypedValue
From class java.lang.Object

Fields

public static final BooleanTypedValue FALSE

public static final BooleanTypedValue TRUE

Public Methods

public static BooleanTypedValue forValue (boolean b)