Uses of Annotation Interface
io.higson.runtime.engine.annotated.annotations.CtxPathParam
Packages that use CtxPathParam
-
Uses of CtxPathParam in io.higson.runtime.core
Method parameters in io.higson.runtime.core with annotations of type CtxPathParamModifier and TypeMethodDescriptionTries to resolve given path and return object from the context.booleanHigsonContext.getBoolean(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value as boolean.HigsonContext.getBooleanHolder(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value wrapped into BooleanHolder with some boolean support.Tries to resolve path the same way as methodHigsonContext.get(String)and then return value as Date with date format.HigsonContext.getDateHolder(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value wrapped into DateHolder with some Date support.HigsonContext.getDatetime(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value as Date with date and time format.HigsonContext.getDatetimeHolder(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value wrapped into DatetimeHolder with some Date support.HigsonContext.getDecimal(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value as BigDecimal.Tries to resolve path the same way as methodHigsonContext.get(String), but object under this path must implementIterable.HigsonContext.getInteger(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value as Integer.HigsonContext.getIntegerHolder(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value wrapped into IntegerHolder with some integer support.HigsonContext.getLocalDate(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value as LocalDate with date format.HigsonContext.getLocalDateHolder(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value wrapped into LocalDateHolder with some LocalDate support.HigsonContext.getLocalDatetime(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value as LocalDateTime with date and time format.HigsonContext.getLocalDatetimeHolder(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value wrapped into LocalDatetimeHolder with some LocalDateTime support.doubleTries to resolve path the same way as methodHigsonContext.get(String)and then return value as double.HigsonContext.getNumberHolder(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value wrapped into NumberHolder with some number support.Tries to resolve path the same way as methodHigsonContext.get(String)and then return value as String.HigsonContext.getStringHolder(String path) Tries to resolve path the same way as methodHigsonContext.get(String)and then return value wrapped into StringHolder with some String support.Put given value object under specified path. -
Uses of CtxPathParam in io.higson.runtime.engine.core.context
Method parameters in io.higson.runtime.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.