Uses of Annotation Interface
org.smartparam.engine.annotated.annotations.CtxPathParam
Packages that use CtxPathParam
-
Uses of CtxPathParam in org.smartparam.engine.core.context
Method parameters in org.smartparam.engine.core.context with annotations of type CtxPathParamModifier and TypeMethodDescriptionReturn object stored under key.<T> TReturn object stored under key and cast it to given class.Return object stored under key as String.final DefaultContextPutvalueunderlowercase(key).final DefaultContextPutvalueunder keylowercase(key). allowOverwrite flag determines what happens in case of key collision. -
Uses of CtxPathParam in pl.decerto.hyperon.runtime.core
Method parameters in pl.decerto.hyperon.runtime.core with annotations of type CtxPathParamModifier and TypeMethodDescriptionDeprecated.Tries to resolve given path and return object from the context.booleanHyperonContext.getBoolean(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value as boolean.HyperonContext.getBooleanHolder(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value wrapped into BooleanHolder with some boolean support.Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value as Date with date format.HyperonContext.getDateHolder(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value wrapped into DateHolder with some Date support.HyperonContext.getDatetime(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value as Date with date and time format.HyperonContext.getDatetimeHolder(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value wrapped into DatetimeHolder with some Date support.HyperonContext.getDecimal(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value as BigDecimal.Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String), but object under this path must implementIterable.HyperonContext.getInteger(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value as Integer.HyperonContext.getIntegerHolder(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value wrapped into IntegerHolder with some integer support.HyperonContext.getLocalDate(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value as LocalDate with date format.HyperonContext.getLocalDateHolder(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value wrapped into LocalDateHolder with some LocalDate support.HyperonContext.getLocalDatetime(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value as LocalDateTime with date and time format.HyperonContext.getLocalDatetimeHolder(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value wrapped into LocalDatetimeHolder with some LocalDateTime support.doubleDeprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value as double.HyperonContext.getNumberHolder(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value wrapped into NumberHolder with some number support.Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value as String.HyperonContext.getStringHolder(String path) Deprecated.Tries to resolve path the same way as methodHyperonContext.get(String)and then return value wrapped into StringHolder with some String support.Deprecated.Put given value object under specified path.