Class DomainFunctionLiteral
- java.lang.Object
-
- com.blazebit.domain.declarative.impl.spi.DomainFunctionLiteral
-
- All Implemented Interfaces:
Annotation
public class DomainFunctionLiteral extends Object implements DomainFunction
- Since:
- 1.0.0
- Author:
- Christian Beikov
-
-
Constructor Summary
Constructors Constructor Description DomainFunctionLiteral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()booleancollection()intminArguments()Class<?>type()StringtypeName()Class<? extends com.blazebit.domain.runtime.model.DomainFunctionTypeResolver>typeResolver()Stringvalue()com.blazebit.domain.runtime.model.DomainFunctionVolatilityvolatility()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
-
-
-
Method Detail
-
value
public String value()
-
type
public Class<?> type()
-
typeName
public String typeName()
-
collection
public boolean collection()
-
typeResolver
public Class<? extends com.blazebit.domain.runtime.model.DomainFunctionTypeResolver> typeResolver()
-
minArguments
public int minArguments()
-
volatility
public com.blazebit.domain.runtime.model.DomainFunctionVolatility volatility()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
-