Uses of Class
xyz.cofe.trambda.LambdaDump
-
Packages that use LambdaDump Package Description xyz.cofe.trambda Сериализация байт-кода лямбдыxyz.cofe.trambda.sec Проверка байт кода на безопасность выполнения -
-
Uses of LambdaDump in xyz.cofe.trambda
Fields in xyz.cofe.trambda declared as LambdaDump Modifier and Type Field Description protected LambdaDumpLambdaDump.Restore. dumpprotected LambdaDumpAsmQuery. lambdaDumpInstMethods in xyz.cofe.trambda that return LambdaDump Modifier and Type Method Description LambdaDumpLambdaDump. configure(Consumer<LambdaDump> conf)LambdaDumpLambdaDump. dump(xyz.cofe.fn.Fn1<?,?> fn)Создание дампа лямбдыprotected LambdaDumpLambdaDump. dumpSLambda(Serializable serializableLambda)создание дампа лямбдыprotected LambdaDumpAsmQuery. lambdaDump()Methods in xyz.cofe.trambda with parameters of type LambdaDump Modifier and Type Method Description protected <RES> RESAsmQuery. call(xyz.cofe.fn.Fn1<ENV,RES> fn, SerializedLambda sl, LambdaDump dump)Реализация вызова лямбдыMethod parameters in xyz.cofe.trambda with type arguments of type LambdaDump Modifier and Type Method Description LambdaDumpLambdaDump. configure(Consumer<LambdaDump> conf)Constructors in xyz.cofe.trambda with parameters of type LambdaDump Constructor Description Restore(LambdaDump dump) -
Uses of LambdaDump in xyz.cofe.trambda.sec
Methods in xyz.cofe.trambda.sec that return types with arguments of type LambdaDump Modifier and Type Method Description static SecurityFilters.Builder<String,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>SecurityFilters. create()static SecurityFilters<String,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>SecurityFilters. create(Consumer<SecurityFilters.Builder<String,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>> conf)static List<SecurAccess<?,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>>SecurAccess. inspect(LambdaDump dump)Methods in xyz.cofe.trambda.sec with parameters of type LambdaDump Modifier and Type Method Description static List<SecurAccess<?,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>>SecurAccess. inspect(LambdaDump dump)static List<Invoke<?>>Invoke. inspectCall(LambdaDump dump)static List<FieldAccess>FieldAccess. inspectField(LambdaDump mdef)Method parameters in xyz.cofe.trambda.sec with type arguments of type LambdaDump Modifier and Type Method Description static SecurityFilters<String,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>SecurityFilters. create(Consumer<SecurityFilters.Builder<String,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>> conf)Constructor parameters in xyz.cofe.trambda.sec with type arguments of type LambdaDump Constructor Description FieldAccess(MFieldInsn fieldInsn, xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode> methodDef)Invoke(INSTR instr, xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode> mdef)InvokeDynamicCall(MInvokeDynamicInsn invokeDynamicInsn, xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode> scope)InvokeMethod(MMethodInsn methodInsn, xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode> scope)
-